Html Css Color HEX #9C4974 Cadillac

📋 copy color: '#9C4974'

red 156 ◦ green 73 ◦ blue 116

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

Shades of Cadillac #9C4974

Tints of Cadillac #9C4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 45.22%
G = 21.16%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C4974 (or 0x9C4974) is known color: Cadillac. HEX triplet: 9C, 49 and 74. RGB value is (156,73,116). Sum of RGB (Red+Green+Blue) = 156+73+116=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4974 is #63B68B. Grayscale: #666666. Windows color (decimal): -6534796 or 7621020. OLE color: 7621020.

HSL color Cylindrical-coordinate representation of color #9C4974: hue angle of 328.92º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4974 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 73 116 -
CMYK 0 0.53 0.26 0.39
HSL 328.92º 0.36% 0.45% -
HSV(B) 328.92º 0.53% 0.61% -
XYZ 19.25 13.09 18.04 -
YUV 102.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 156 73 116 0 0.53 0.26 0.39 328.92 0.36 0.45
Hex 9C 49 74 0 35 1A 27 149 24 2D
Octal 234 111 164 0 65 32 47 511 44 55
Binary 10011100 1001001 1110100 0 110101 11010 100111 101001001 100100 101101

Color Harmonies of #9C4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4974

Black with #9C4974

Text Example


Text Example

White with #9C4974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,116); }

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

background-color css

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

 a { background-color: rgb(156,73,116); }

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

border-color css

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

 span { border-color: rgb(156,73,116); }

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