#9F4C6F

Color #9F4C6F Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9F4C6F

Tints of Cadillac #9F4C6F

Color information

#9F4C6F (or 0x9F4C6F) is unknown color: approx Cadillac. HEX triplet: 9F, 4C and 6F. RGB value is (159,76,111). Sum of RGB (Red+Green+Blue) = 159+76+111=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C6F is #60B390. Grayscale: #686868. Windows color (decimal): -6337425 or 7294111. OLE color: 7294111.

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

Color convert

RGB15976111-
CMYK00.520.300.38
HSL334.7º35.32%46.08%-
HSV(B)334.7º52.2%62.35%-
XYZ19.7513.6916.64-
YUV104.81131.5166.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=45.95%
G=21.97%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597611100.520.300.38334.735.3246.08
Hex9F4C6F0341E2614f232e
Octal23711415706436465174356
Binary1001111110011001101111011010011110100110101001111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F4C6F;
 }
 .AnyTagClassName
 {
   color: #9F4C6F;
 }
</style>
background-color css

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

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

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

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

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

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