Html Css Color HEX #9F4966 Cadillac

📋 copy color: '#9F4966'

red 159 ◦ green 73 ◦ blue 102

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

Shades of Cadillac #9F4966

Tints of Cadillac #9F4966

RGB

 RED value IS 159 (62.5% from 255) = 47.6%

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 47.6%
G = 21.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F4966 (or 0x9F4966) is known color: Cadillac. HEX triplet: 9F, 49 and 66. RGB value is (159,73,102). Sum of RGB (Red+Green+Blue) = 159+73+102=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4966 is #60B699. Grayscale: #656565. Windows color (decimal): -6338202 or 6703519. OLE color: 6703519.

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

Color convert

RGB 159 73 102 -
CMYK 0 0.54 0.36 0.38
HSL 339.77º 0.37% 0.45% -
HSV(B) 339.77º 0.54% 0.62% -
XYZ 19.08 13.1 14.09 -
YUV 102.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 159 73 102 0 0.54 0.36 0.38 339.77 0.37 0.45
Hex 9F 49 66 0 36 24 26 154 25 2D
Octal 237 111 146 0 66 44 46 524 45 55
Binary 10011111 1001001 1100110 0 110110 100100 100110 101010100 100101 101101

Color Harmonies of #9F4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4966

Black with #9F4966

Text Example


Text Example

White with #9F4966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,102); }

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

background-color css

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

 a { background-color: rgb(159,73,102); }

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

border-color css

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

 span { border-color: rgb(159,73,102); }

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