Html Css Color HEX #9D4F70 Cadillac

📋 copy color: '#9D4F70'

red 157 ◦ green 79 ◦ blue 112

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

Shades of Cadillac #9D4F70

Tints of Cadillac #9D4F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 45.11%
G = 22.7%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D4F70 (or 0x9D4F70) is known color: Cadillac. HEX triplet: 9D, 4F and 70. RGB value is (157,79,112). Sum of RGB (Red+Green+Blue) = 157+79+112=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F70 is #62B08F. Grayscale: #6A6A6A. Windows color (decimal): -6467728 or 7360413. OLE color: 7360413.

HSL color Cylindrical-coordinate representation of color #9D4F70: hue angle of 334.62º degrees, saturation: 0.33, 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 #9D4F70 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 79 112 -
CMYK 0 0.50 0.29 0.38
HSL 334.62º 0.33% 0.46% -
HSV(B) 334.62º 0.5% 0.62% -
XYZ 19.63 13.93 16.98 -
YUV 106.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 157 79 112 0 0.50 0.29 0.38 334.62 0.33 0.46
Hex 9D 4F 70 0 32 1D 26 14F 21 2E
Octal 235 117 160 0 62 35 46 517 41 56
Binary 10011101 1001111 1110000 0 110010 11101 100110 101001111 100001 101110

Color Harmonies of #9D4F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F70

Black with #9D4F70

Text Example


Text Example

White with #9D4F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,79,112); }

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

background-color css

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

 a { background-color: rgb(157,79,112); }

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

border-color css

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

 span { border-color: rgb(157,79,112); }

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