#8C4166

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

Shades of Cadillac #8C4166

Tints of Cadillac #8C4166

Color information

#8C4166 (or 0x8C4166) is unknown color: approx Cadillac. HEX triplet: 8C, 41 and 66. RGB value is (140,65,102). Sum of RGB (Red+Green+Blue) = 140+65+102=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4166 is #73BE99. Grayscale: #5B5B5B. Windows color (decimal): -7585434 or 6701452. OLE color: 6701452.

HSL color Cylindrical-coordinate representation of color #8C4166: hue angle of 330.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4166 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14065102-
CMYK00.540.270.45
HSL330.4º36.59%40.2%-
HSV(B)330.4º53.57%54.9%-
XYZ15.110.3213.77-
YUV91.64133.85162.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=45.60%
G=21.17%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406510200.540.270.45330.436.5940.2
Hex8C41660361B2D14a2528
Octal21410114606633555124550
Binary1000110010000011100110011011011011101101101001010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C4166; }

 p { color: rgb(140,65,102); }

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

<style>
 a { background-color: #8C4166; }

 a { background-color: rgb(140,65,102); }

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

<style>
 span { border-color: #8C4166; }

 span { border-color: rgb(140,65,102); }

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