Html Css Color HEX #9C496E Cadillac

📋 copy color: '#9C496E'

red 156 ◦ green 73 ◦ blue 110

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

Shades of Cadillac #9C496E

Tints of Cadillac #9C496E

RGB

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

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

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

R = 46.02%
G = 21.53%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C496E (or 0x9C496E) is known color: Cadillac. HEX triplet: 9C, 49 and 6E. RGB value is (156,73,110). Sum of RGB (Red+Green+Blue) = 156+73+110=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C496E is #63B691. Grayscale: #656565. Windows color (decimal): -6534802 or 7227804. OLE color: 7227804.

HSL color Cylindrical-coordinate representation of color #9C496E: hue angle of 333.25º 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 #9C496E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 73 110 -
CMYK 0 0.53 0.29 0.39
HSL 333.25º 0.36% 0.45% -
HSV(B) 333.25º 0.53% 0.61% -
XYZ 18.91 12.96 16.26 -
YUV 102.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 156 73 110 0 0.53 0.29 0.39 333.25 0.36 0.45
Hex 9C 49 6E 0 35 1D 27 14D 24 2D
Octal 234 111 156 0 65 35 47 515 44 55
Binary 10011100 1001001 1101110 0 110101 11101 100111 101001101 100100 101101

Color Harmonies of #9C496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C496E

Black with #9C496E

Text Example


Text Example

White with #9C496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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