Html Css Color HEX #9D4E5F Cadillac

📋 copy color: '#9D4E5F'

red 157 ◦ green 78 ◦ blue 95

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

Shades of Cadillac #9D4E5F

Tints of Cadillac #9D4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 47.58%
G = 23.64%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D4E5F (or 0x9D4E5F) is known color: Cadillac. HEX triplet: 9D, 4E and 5F. RGB value is (157,78,95). Sum of RGB (Red+Green+Blue) = 157+78+95=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E5F is #62B1A0. Grayscale: #676767. Windows color (decimal): -6468001 or 6246045. OLE color: 6246045.

HSL color Cylindrical-coordinate representation of color #9D4E5F: hue angle of 347.09º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E5F is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 78 95 -
CMYK 0 0.50 0.39 0.38
HSL 347.09º 0.34% 0.46% -
HSV(B) 347.09º 0.5% 0.62% -
XYZ 18.69 13.44 12.44 -
YUV 103.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 157 78 95 0 0.50 0.39 0.38 347.09 0.34 0.46
Hex 9D 4E 5F 0 32 27 26 15B 22 2E
Octal 235 116 137 0 62 47 46 533 42 56
Binary 10011101 1001110 1011111 0 110010 100111 100110 101011011 100010 101110

Color Harmonies of #9D4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4E5F

Black with #9D4E5F

Text Example


Text Example

White with #9D4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,78,95); }

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

background-color css

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

 a { background-color: rgb(157,78,95); }

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

border-color css

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

 span { border-color: rgb(157,78,95); }

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