#923a68

Color #923A68 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #923A68

Tints of Cadillac #923A68

Color information

#923A68 (or 0x923A68) is unknown color: approx Cadillac. HEX triplet: 92, 3A and 68. RGB value is (146,58,104). Sum of RGB (Red+Green+Blue) = 146+58+104=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #923A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A68 is #6DC597. Grayscale: #595959. Windows color (decimal): -7194008 or 6830738. OLE color: 6830738.

HSL color Cylindrical-coordinate representation of color #923A68: hue angle of 328.64º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A68 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB14658104-
CMYK00.600.290.43
HSL328.64º43.14%40%-
HSV(B)328.64º60.27%57.25%-
XYZ15.8710.1414.22-
YUV89.56136.15168.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=47.40%
G=18.83%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465810400.600.290.43328.6443.1440
Hex923A6803C1D2B1492b28
Octal2227215007435535115350
Binary100100101110101101000011110011101101011101001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923a68; }

 p { color: rgb(146,58,104); }

 H1.HeaderClassName
 {
   color: #923a68;
 }
 .AnyTagClassName
 {
   color: #923a68;
 }
</style>
background-color css

<style>
 a { background-color: #923a68; }

 a { background-color: rgb(146,58,104); }

 div.DivClassName
 {
   background-color: #923a68;
 }
 .BgClassName
 {
   background-color: #923a68;
 }
</style>
border-color css

<style>
 span { border-color: #923a68; }

 span { border-color: rgb(146,58,104); }

 td.TdClassName
 {
   border-color: #923a68;
 }
 .TagClassName
 {
   border-color: #923a68;
 }
</style>