Html Css Color HEX #9C4D5D Cadillac

📋 copy color: '#9C4D5D'

red 156 ◦ green 77 ◦ blue 93

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

Shades of Cadillac #9C4D5D

Tints of Cadillac #9C4D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 47.85%
G = 23.62%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C4D5D (or 0x9C4D5D) is known color: Cadillac. HEX triplet: 9C, 4D and 5D. RGB value is (156,77,93). Sum of RGB (Red+Green+Blue) = 156+77+93=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D5D is #63B2A2. Grayscale: #666666. Windows color (decimal): -6533795 or 6114716. OLE color: 6114716.

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

Color convert

RGB 156 77 93 -
CMYK 0 0.51 0.40 0.39
HSL 347.85º 0.34% 0.46% -
HSV(B) 347.85º 0.51% 0.61% -
XYZ 18.34 13.17 11.93 -
YUV 102.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 156 77 93 0 0.51 0.40 0.39 347.85 0.34 0.46
Hex 9C 4D 5D 0 33 28 27 15C 22 2E
Octal 234 115 135 0 63 50 47 534 42 56
Binary 10011100 1001101 1011101 0 110011 101000 100111 101011100 100010 101110

Color Harmonies of #9C4D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D5D

Black with #9C4D5D

Text Example


Text Example

White with #9C4D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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