#8C435F

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

Shades of Cadillac #8C435F

Tints of Cadillac #8C435F

Color information

#8C435F (or 0x8C435F) is unknown color: approx Cadillac. HEX triplet: 8C, 43 and 5F. RGB value is (140,67,95). Sum of RGB (Red+Green+Blue) = 140+67+95=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C435F is #73BCA0. Grayscale: #5B5B5B. Windows color (decimal): -7584929 or 6243212. OLE color: 6243212.

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

Color convert

RGB1406795-
CMYK00.520.320.45
HSL336.99º35.27%40.59%-
HSV(B)336.99º52.14%54.9%-
XYZ14.8910.4212.05-
YUV92.02129.68162.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=46.36%
G=22.19%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140679500.520.320.45336.9935.2740.59
Hex8C435F034202D1512329
Octal21410313706440555214351
Binary10001100100001110111110110100100000101101101010001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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