#9F4F62

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

Shades of Cadillac #9F4F62

Tints of Cadillac #9F4F62

Color information

#9F4F62 (or 0x9F4F62) is unknown color: approx Cadillac. HEX triplet: 9F, 4F and 62. RGB value is (159,79,98). Sum of RGB (Red+Green+Blue) = 159+79+98=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F62 is #60B09D. Grayscale: #696969. Windows color (decimal): -6336670 or 6442911. OLE color: 6442911.

HSL color Cylindrical-coordinate representation of color #9F4F62: hue angle of 345.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F62 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1597998-
CMYK00.500.380.38
HSL345.75º33.61%46.67%-
HSV(B)345.75º50.31%62.35%-
XYZ19.313.8413.21-
YUV105.09124166.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=47.32%
G=23.51%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159799800.500.380.38345.7533.6146.67
Hex9F4F62032262615a222f
Octal23711714206246465324257
Binary10011111100111111000100110010100110100110101011010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,98); }

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

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

 a { background-color: rgb(159,79,98); }

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

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

 span { border-color: rgb(159,79,98); }

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