#8C4362

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

Shades of Cadillac #8C4362

Tints of Cadillac #8C4362

Color information

#8C4362 (or 0x8C4362) is unknown color: approx Cadillac. HEX triplet: 8C, 43 and 62. RGB value is (140,67,98). Sum of RGB (Red+Green+Blue) = 140+67+98=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4362 is #73BC9D. Grayscale: #5C5C5C. Windows color (decimal): -7584926 or 6439820. OLE color: 6439820.

HSL color Cylindrical-coordinate representation of color #8C4362: hue angle of 334.52º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4362 is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB1406798-
CMYK00.520.30.45
HSL334.52º35.27%40.59%-
HSV(B)334.52º52.14%54.9%-
XYZ15.0310.4712.78-
YUV92.36131.18161.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=45.90%
G=21.97%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140679800.520.30.45334.5235.2740.59
Hex8C43620341E2D14f2329
Octal21410314206436555174351
Binary1000110010000111100010011010011110101101101001111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,98); }

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

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

 a { background-color: rgb(140,67,98); }

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

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

 span { border-color: rgb(140,67,98); }

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