#9C425E

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

Shades of Cadillac #9C425E

Tints of Cadillac #9C425E

Color information

#9C425E (or 0x9C425E) is unknown color: approx Cadillac. HEX triplet: 9C, 42 and 5E. RGB value is (156,66,94). Sum of RGB (Red+Green+Blue) = 156+66+94=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C425E is #63BDA1. Grayscale: #606060. Windows color (decimal): -6536610 or 6177436. OLE color: 6177436.

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

Color convert

RGB1566694-
CMYK00.580.400.39
HSL341.33º40.54%43.53%-
HSV(B)341.33º57.69%61.18%-
XYZ17.6811.7711.93-
YUV96.1126.82170.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=49.37%
G=20.89%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156669400.580.400.39341.3340.5443.53
Hex9C425E03A2827155292c
Octal23410213607250475255154
Binary10011100100001010111100111010101000100111101010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,94); }

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

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

 a { background-color: rgb(156,66,94); }

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

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

 span { border-color: rgb(156,66,94); }

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