Html Css Color HEX #9C4E70 Cadillac

📋 copy color: '#9C4E70'

red 156 ◦ green 78 ◦ blue 112

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

Shades of Cadillac #9C4E70

Tints of Cadillac #9C4E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.54%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 45.09%
G = 22.54%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C4E70 (or 0x9C4E70) is known color: Cadillac. HEX triplet: 9C, 4E and 70. RGB value is (156,78,112). Sum of RGB (Red+Green+Blue) = 156+78+112=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E70 is #63B18F. Grayscale: #696969. Windows color (decimal): -6533520 or 7360156. OLE color: 7360156.

HSL color Cylindrical-coordinate representation of color #9C4E70: hue angle of 333.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E70 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 78 112 -
CMYK 0 0.5 0.28 0.39
HSL 333.85º 0.33% 0.46% -
HSV(B) 333.85º 0.5% 0.61% -
XYZ 19.36 13.69 16.95 -
YUV 105.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 156 78 112 0 0.5 0.28 0.39 333.85 0.33 0.46
Hex 9C 4E 70 0 32 1C 27 14E 21 2E
Octal 234 116 160 0 62 34 47 516 41 56
Binary 10011100 1001110 1110000 0 110010 11100 100111 101001110 100001 101110

Color Harmonies of #9C4E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4E70

Black with #9C4E70

Text Example


Text Example

White with #9C4E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,78,112); }

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

background-color css

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

 a { background-color: rgb(156,78,112); }

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

border-color css

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

 span { border-color: rgb(156,78,112); }

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