#8C4163

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

Shades of Cadillac #8C4163

Tints of Cadillac #8C4163

Color information

#8C4163 (or 0x8C4163) is unknown color: approx Cadillac. HEX triplet: 8C, 41 and 63. RGB value is (140,65,99). Sum of RGB (Red+Green+Blue) = 140+65+99=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4163 is #73BE9C. Grayscale: #5B5B5B. Windows color (decimal): -7585437 or 6504844. OLE color: 6504844.

HSL color Cylindrical-coordinate representation of color #8C4163: hue angle of 332.8º 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 #8C4163 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1406599-
CMYK00.540.290.45
HSL332.8º36.59%40.2%-
HSV(B)332.8º53.57%54.9%-
XYZ14.9610.2613-
YUV91.3132.35162.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=46.05%
G=21.38%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140659900.540.290.45332.836.5940.2
Hex8C41630361D2D14d2528
Octal21410114306635555154550
Binary1000110010000011100011011011011101101101101001101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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