Html Css Color HEX #9C4D6C Cadillac

📋 copy color: '#9C4D6C'

red 156 ◦ green 77 ◦ blue 108

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

Shades of Cadillac #9C4D6C

Tints of Cadillac #9C4D6C

RGB

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

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

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

R = 45.75%
G = 22.58%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C4D6C (or 0x9C4D6C) is known color: Cadillac. HEX triplet: 9C, 4D and 6C. RGB value is (156,77,108). Sum of RGB (Red+Green+Blue) = 156+77+108=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D6C is #63B293. Grayscale: #686868. Windows color (decimal): -6533780 or 7097756. OLE color: 7097756.

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

Color convert

RGB 156 77 108 -
CMYK 0 0.51 0.31 0.39
HSL 336.46º 0.34% 0.46% -
HSV(B) 336.46º 0.51% 0.61% -
XYZ 19.07 13.46 15.78 -
YUV 104.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 156 77 108 0 0.51 0.31 0.39 336.46 0.34 0.46
Hex 9C 4D 6C 0 33 1F 27 150 22 2E
Octal 234 115 154 0 63 37 47 520 42 56
Binary 10011100 1001101 1101100 0 110011 11111 100111 101010000 100010 101110

Color Harmonies of #9C4D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D6C

Black with #9C4D6C

Text Example


Text Example

White with #9C4D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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