Html Css Color HEX #9D4C5E Cadillac

📋 copy color: '#9D4C5E'

red 157 ◦ green 76 ◦ blue 94

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

Shades of Cadillac #9D4C5E

Tints of Cadillac #9D4C5E

RGB

 RED value IS 157 (61.72% from 255) = 48.01%

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 48.01%
G = 23.24%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D4C5E (or 0x9D4C5E) is known color: Cadillac. HEX triplet: 9D, 4C and 5E. RGB value is (157,76,94). Sum of RGB (Red+Green+Blue) = 157+76+94=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C5E is #62B3A1. Grayscale: #666666. Windows color (decimal): -6468514 or 6179997. OLE color: 6179997.

HSL color Cylindrical-coordinate representation of color #9D4C5E: hue angle of 346.67º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C5E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 76 94 -
CMYK 0 0.52 0.40 0.38
HSL 346.67º 0.35% 0.46% -
HSV(B) 346.67º 0.52% 0.62% -
XYZ 18.51 13.15 12.15 -
YUV 102.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 157 76 94 0 0.52 0.40 0.38 346.67 0.35 0.46
Hex 9D 4C 5E 0 34 28 26 15B 23 2E
Octal 235 114 136 0 64 50 46 533 43 56
Binary 10011101 1001100 1011110 0 110100 101000 100110 101011011 100011 101110

Color Harmonies of #9D4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C5E

Black with #9D4C5E

Text Example


Text Example

White with #9D4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,76,94); }

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

background-color css

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

 a { background-color: rgb(157,76,94); }

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

border-color css

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

 span { border-color: rgb(157,76,94); }

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