Html Css Color HEX #9F4C6E Cadillac

📋 copy color: '#9F4C6E'

red 159 ◦ green 76 ◦ blue 110

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

Shades of Cadillac #9F4C6E

Tints of Cadillac #9F4C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

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

R = 46.09%
G = 22.03%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F4C6E (or 0x9F4C6E) is known color: Cadillac. HEX triplet: 9F, 4C and 6E. RGB value is (159,76,110). Sum of RGB (Red+Green+Blue) = 159+76+110=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C6E is #60B391. Grayscale: #686868. Windows color (decimal): -6337426 or 7228575. OLE color: 7228575.

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

Color convert

RGB 159 76 110 -
CMYK 0 0.52 0.31 0.38
HSL 335.42º 0.35% 0.46% -
HSV(B) 335.42º 0.52% 0.62% -
XYZ 19.7 13.67 16.35 -
YUV 104.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 159 76 110 0 0.52 0.31 0.38 335.42 0.35 0.46
Hex 9F 4C 6E 0 34 1F 26 14F 23 2E
Octal 237 114 156 0 64 37 46 517 43 56
Binary 10011111 1001100 1101110 0 110100 11111 100110 101001111 100011 101110

Color Harmonies of #9F4C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4C6E

Black with #9F4C6E

Text Example


Text Example

White with #9F4C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,76,110); }

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

background-color css

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

 a { background-color: rgb(159,76,110); }

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

border-color css

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

 span { border-color: rgb(159,76,110); }

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