Html Css Color HEX #9D4A6A Cadillac

📋 copy color: '#9D4A6A'

red 157 ◦ green 74 ◦ blue 106

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

Shades of Cadillac #9D4A6A

Tints of Cadillac #9D4A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 46.59%
G = 21.96%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D4A6A (or 0x9D4A6A) is known color: Cadillac. HEX triplet: 9D, 4A and 6A. RGB value is (157,74,106). Sum of RGB (Red+Green+Blue) = 157+74+106=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4A6A is #62B595. Grayscale: #666666. Windows color (decimal): -6469014 or 6965917. OLE color: 6965917.

HSL color Cylindrical-coordinate representation of color #9D4A6A: hue angle of 336.87º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D4A6A is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 74 106 -
CMYK 0 0.53 0.32 0.38
HSL 336.87º 0.36% 0.45% -
HSV(B) 336.87º 0.53% 0.62% -
XYZ 18.95 13.11 15.17 -
YUV 102.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 157 74 106 0 0.53 0.32 0.38 336.87 0.36 0.45
Hex 9D 4A 6A 0 35 20 26 151 24 2D
Octal 235 112 152 0 65 40 46 521 44 55
Binary 10011101 1001010 1101010 0 110101 100000 100110 101010001 100100 101101

Color Harmonies of #9D4A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A6A

Black with #9D4A6A

Text Example


Text Example

White with #9D4A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,106); }

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

background-color css

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

 a { background-color: rgb(157,74,106); }

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

border-color css

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

 span { border-color: rgb(157,74,106); }

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