Html Css Color HEX #9F4A6F Cadillac

📋 copy color: '#9F4A6F'

red 159 ◦ green 74 ◦ blue 111

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

Shades of Cadillac #9F4A6F

Tints of Cadillac #9F4A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 46.22%
G = 21.51%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F4A6F (or 0x9F4A6F) is known color: Cadillac. HEX triplet: 9F, 4A and 6F. RGB value is (159,74,111). Sum of RGB (Red+Green+Blue) = 159+74+111=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A6F is #60B590. Grayscale: #676767. Windows color (decimal): -6337937 or 7293599. OLE color: 7293599.

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

Color convert

RGB 159 74 111 -
CMYK 0 0.53 0.30 0.38
HSL 333.88º 0.36% 0.46% -
HSV(B) 333.88º 0.53% 0.62% -
XYZ 19.62 13.42 16.59 -
YUV 103.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 159 74 111 0 0.53 0.30 0.38 333.88 0.36 0.46
Hex 9F 4A 6F 0 35 1E 26 14E 24 2E
Octal 237 112 157 0 65 36 46 516 44 56
Binary 10011111 1001010 1101111 0 110101 11110 100110 101001110 100100 101110

Color Harmonies of #9F4A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A6F

Black with #9F4A6F

Text Example


Text Example

White with #9F4A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,74,111); }

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

background-color css

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

 a { background-color: rgb(159,74,111); }

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

border-color css

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

 span { border-color: rgb(159,74,111); }

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