Html Css Color HEX #9D4C61 Cadillac

📋 copy color: '#9D4C61'

red 157 ◦ green 76 ◦ blue 97

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

Shades of Cadillac #9D4C61

Tints of Cadillac #9D4C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 47.58%
G = 23.03%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D4C61 (or 0x9D4C61) is known color: Cadillac. HEX triplet: 9D, 4C and 61. RGB value is (157,76,97). Sum of RGB (Red+Green+Blue) = 157+76+97=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C61 is #62B39E. Grayscale: #666666. Windows color (decimal): -6468511 or 6376605. OLE color: 6376605.

HSL color Cylindrical-coordinate representation of color #9D4C61: hue angle of 344.44º 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 #9D4C61 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 76 97 -
CMYK 0 0.52 0.38 0.38
HSL 344.44º 0.35% 0.46% -
HSV(B) 344.44º 0.52% 0.62% -
XYZ 18.65 13.2 12.87 -
YUV 102.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 157 76 97 0 0.52 0.38 0.38 344.44 0.35 0.46
Hex 9D 4C 61 0 34 26 26 158 23 2E
Octal 235 114 141 0 64 46 46 530 43 56
Binary 10011101 1001100 1100001 0 110100 100110 100110 101011000 100011 101110

Color Harmonies of #9D4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C61

Black with #9D4C61

Text Example


Text Example

White with #9D4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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