#8D435C

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

Shades of Cadillac #8D435C

Tints of Cadillac #8D435C

Color information

#8D435C (or 0x8D435C) is unknown color: approx Cadillac. HEX triplet: 8D, 43 and 5C. RGB value is (141,67,92). Sum of RGB (Red+Green+Blue) = 141+67+92=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D435C is #72BCA3. Grayscale: #5B5B5B. Windows color (decimal): -7519396 or 6046605. OLE color: 6046605.

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

Color convert

RGB1416792-
CMYK00.520.350.45
HSL339.73º35.58%40.78%-
HSV(B)339.73º52.48%55.29%-
XYZ14.9210.4511.36-
YUV91.98128.02162.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=47%
G=22.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141679200.520.350.45339.7335.5840.78
Hex8D435C034232D1542429
Octal21510313406443555244451
Binary10001101100001110111000110100100011101101101010100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,92); }

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

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

 a { background-color: rgb(141,67,92); }

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

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

 span { border-color: rgb(141,67,92); }

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