Html Css Color HEX #9C4666 Cadillac

📋 copy color: '#9C4666'

red 156 ◦ green 70 ◦ blue 102

#9C4666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #9C4666

Tints of Cadillac #9C4666

RGB

 RED value IS 156 (61.33% from 255) = 47.56%

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 47.56%
G = 21.34%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C4666 (or 0x9C4666) is known color: Cadillac. HEX triplet: 9C, 46 and 66. RGB value is (156,70,102). Sum of RGB (Red+Green+Blue) = 156+70+102=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4666 is #63B999. Grayscale: #636363. Windows color (decimal): -6535578 or 6702748. OLE color: 6702748.

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

Color convert

RGB 156 70 102 -
CMYK 0 0.55 0.35 0.39
HSL 337.67º 0.38% 0.44% -
HSV(B) 337.67º 0.55% 0.61% -
XYZ 18.3 12.41 14 -
YUV 99.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 156 70 102 0 0.55 0.35 0.39 337.67 0.38 0.44
Hex 9C 46 66 0 37 23 27 152 26 2C
Octal 234 106 146 0 67 43 47 522 46 54
Binary 10011100 1000110 1100110 0 110111 100011 100111 101010010 100110 101100

Color Harmonies of #9C4666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4666

Black with #9C4666

Text Example


Text Example

White with #9C4666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,102); }

 H1.HeaderClassName
 {
   color: #9C4666;
 }
 .AnyTagClassName
 {
   color: #9C4666;
 }
</style>

background-color css

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

 a { background-color: rgb(156,70,102); }

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

border-color css

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

 span { border-color: rgb(156,70,102); }

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