Html Css Color HEX #9C4D6E Cadillac

📋 copy color: '#9C4D6E'

red 156 ◦ green 77 ◦ blue 110

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

Shades of Cadillac #9C4D6E

Tints of Cadillac #9C4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 45.48%
G = 22.45%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C4D6E (or 0x9C4D6E) is known color: Cadillac. HEX triplet: 9C, 4D and 6E. RGB value is (156,77,110). Sum of RGB (Red+Green+Blue) = 156+77+110=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D6E is #63B291. Grayscale: #686868. Windows color (decimal): -6533778 or 7228828. OLE color: 7228828.

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

Color convert

RGB 156 77 110 -
CMYK 0 0.51 0.29 0.39
HSL 334.94º 0.34% 0.46% -
HSV(B) 334.94º 0.51% 0.61% -
XYZ 19.18 13.5 16.35 -
YUV 104.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 156 77 110 0 0.51 0.29 0.39 334.94 0.34 0.46
Hex 9C 4D 6E 0 33 1D 27 14F 22 2E
Octal 234 115 156 0 63 35 47 517 42 56
Binary 10011100 1001101 1101110 0 110011 11101 100111 101001111 100010 101110

Color Harmonies of #9C4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D6E

Black with #9C4D6E

Text Example


Text Example

White with #9C4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,77,110); }

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

background-color css

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

 a { background-color: rgb(156,77,110); }

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

border-color css

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

 span { border-color: rgb(156,77,110); }

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