#9c435b

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

Shades of Cadillac #9C435B

Tints of Cadillac #9C435B

Color information

#9C435B (or 0x9C435B) is unknown color: approx Cadillac. HEX triplet: 9C, 43 and 5B. RGB value is (156,67,91). Sum of RGB (Red+Green+Blue) = 156+67+91=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C435B is #63BCA4. Grayscale: #606060. Windows color (decimal): -6536357 or 5981084. OLE color: 5981084.

HSL color Cylindrical-coordinate representation of color #9C435B: hue angle of 343.82º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C435B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1566791-
CMYK00.570.420.39
HSL343.82º39.91%43.73%-
HSV(B)343.82º57.05%61.18%-
XYZ17.6111.8411.25-
YUV96.35124.99170.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=49.68%
G=21.34%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156679100.570.420.39343.8239.9143.73
Hex9C435B0392A27158282c
Octal23410313307152475305054
Binary10011100100001110110110111001101010100111101011000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c435b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9c435b; }

 p { color: rgb(156,67,91); }

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

<style>
 a { background-color: #9c435b; }

 a { background-color: rgb(156,67,91); }

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

<style>
 span { border-color: #9c435b; }

 span { border-color: rgb(156,67,91); }

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