Html Css Color HEX #9C476C Cadillac

📋 copy color: '#9C476C'

red 156 ◦ green 71 ◦ blue 108

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

Shades of Cadillac #9C476C

Tints of Cadillac #9C476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 46.57%
G = 21.19%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C476C (or 0x9C476C) is known color: Cadillac. HEX triplet: 9C, 47 and 6C. RGB value is (156,71,108). Sum of RGB (Red+Green+Blue) = 156+71+108=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C476C is #63B893. Grayscale: #646464. Windows color (decimal): -6535316 or 7096220. OLE color: 7096220.

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

Color convert

RGB 156 71 108 -
CMYK 0 0.54 0.31 0.39
HSL 333.88º 0.37% 0.45% -
HSV(B) 333.88º 0.54% 0.61% -
XYZ 18.67 12.66 15.65 -
YUV 100.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 156 71 108 0 0.54 0.31 0.39 333.88 0.37 0.45
Hex 9C 47 6C 0 36 1F 27 14E 25 2D
Octal 234 107 154 0 66 37 47 516 45 55
Binary 10011100 1000111 1101100 0 110110 11111 100111 101001110 100101 101101

Color Harmonies of #9C476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C476C

Black with #9C476C

Text Example


Text Example

White with #9C476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,108); }

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

background-color css

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

 a { background-color: rgb(156,71,108); }

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

border-color css

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

 span { border-color: rgb(156,71,108); }

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