Html Css Color HEX #9C4C6D Cadillac

📋 copy color: '#9C4C6D'

red 156 ◦ green 76 ◦ blue 109

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

Shades of Cadillac #9C4C6D

Tints of Cadillac #9C4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 45.75%
G = 22.29%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C4C6D (or 0x9C4C6D) is known color: Cadillac. HEX triplet: 9C, 4C and 6D. RGB value is (156,76,109). Sum of RGB (Red+Green+Blue) = 156+76+109=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C6D is #63B392. Grayscale: #676767. Windows color (decimal): -6534035 or 7163036. OLE color: 7163036.

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

Color convert

RGB 156 76 109 -
CMYK 0 0.51 0.30 0.39
HSL 335.25º 0.34% 0.45% -
HSV(B) 335.25º 0.51% 0.61% -
XYZ 19.06 13.34 16.04 -
YUV 103.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 156 76 109 0 0.51 0.30 0.39 335.25 0.34 0.45
Hex 9C 4C 6D 0 33 1E 27 14F 22 2D
Octal 234 114 155 0 63 36 47 517 42 55
Binary 10011100 1001100 1101101 0 110011 11110 100111 101001111 100010 101101

Color Harmonies of #9C4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4C6D

Black with #9C4C6D

Text Example


Text Example

White with #9C4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,76,109); }

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

background-color css

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

 a { background-color: rgb(156,76,109); }

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

border-color css

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

 span { border-color: rgb(156,76,109); }

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