#9F4B70

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

Shades of Cadillac #9F4B70

Tints of Cadillac #9F4B70

Color information

#9F4B70 (or 0x9F4B70) is unknown color: approx Cadillac. HEX triplet: 9F, 4B and 70. RGB value is (159,75,112). Sum of RGB (Red+Green+Blue) = 159+75+112=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B70 is #60B48F. Grayscale: #686868. Windows color (decimal): -6337680 or 7359391. OLE color: 7359391.

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

Color convert

RGB15975112-
CMYK00.530.300.38
HSL333.57º35.9%45.88%-
HSV(B)333.57º52.83%62.35%-
XYZ19.7413.5716.91-
YUV104.33132.33166.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=45.95%
G=21.68%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597511200.530.300.38333.5735.945.88
Hex9F4B700351E2614e242e
Octal23711316006536465164456
Binary1001111110010111110000011010111110100110101001110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,112); }

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

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

 a { background-color: rgb(159,75,112); }

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

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

 span { border-color: rgb(159,75,112); }

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