Html Css Color HEX #9F4E66 Cadillac

📋 copy color: '#9F4E66'

red 159 ◦ green 78 ◦ blue 102

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

Shades of Cadillac #9F4E66

Tints of Cadillac #9F4E66

RGB

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

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

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

R = 46.9%
G = 23.01%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F4E66 (or 0x9F4E66) is known color: Cadillac. HEX triplet: 9F, 4E and 66. RGB value is (159,78,102). Sum of RGB (Red+Green+Blue) = 159+78+102=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E66 is #60B199. Grayscale: #686868. Windows color (decimal): -6336922 or 6704799. OLE color: 6704799.

HSL color Cylindrical-coordinate representation of color #9F4E66: hue angle of 342.22º 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 #9F4E66 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 78 102 -
CMYK 0 0.51 0.36 0.38
HSL 342.22º 0.34% 0.46% -
HSV(B) 342.22º 0.51% 0.62% -
XYZ 19.42 13.78 14.21 -
YUV 104.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 159 78 102 0 0.51 0.36 0.38 342.22 0.34 0.46
Hex 9F 4E 66 0 33 24 26 156 22 2E
Octal 237 116 146 0 63 44 46 526 42 56
Binary 10011111 1001110 1100110 0 110011 100100 100110 101010110 100010 101110

Color Harmonies of #9F4E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E66

Black with #9F4E66

Text Example


Text Example

White with #9F4E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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