Html Css Color HEX #9D4D6E Cadillac

📋 copy color: '#9D4D6E'

red 157 ◦ green 77 ◦ blue 110

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

Shades of Cadillac #9D4D6E

Tints of Cadillac #9D4D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 45.64%
G = 22.38%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D4D6E (or 0x9D4D6E) is known color: Cadillac. HEX triplet: 9D, 4D and 6E. RGB value is (157,77,110). Sum of RGB (Red+Green+Blue) = 157+77+110=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D6E is #62B291. Grayscale: #686868. Windows color (decimal): -6468242 or 7228829. OLE color: 7228829.

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

Color convert

RGB 157 77 110 -
CMYK 0 0.51 0.30 0.38
HSL 335.25º 0.34% 0.46% -
HSV(B) 335.25º 0.51% 0.62% -
XYZ 19.37 13.6 16.36 -
YUV 104.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 157 77 110 0 0.51 0.30 0.38 335.25 0.34 0.46
Hex 9D 4D 6E 0 33 1E 26 14F 22 2E
Octal 235 115 156 0 63 36 46 517 42 56
Binary 10011101 1001101 1101110 0 110011 11110 100110 101001111 100010 101110

Color Harmonies of #9D4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D6E

Black with #9D4D6E

Text Example


Text Example

White with #9D4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,110); }

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

background-color css

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

 a { background-color: rgb(157,77,110); }

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

border-color css

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

 span { border-color: rgb(157,77,110); }

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