#9F4C62

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

Shades of Cadillac #9F4C62

Tints of Cadillac #9F4C62

Color information

#9F4C62 (or 0x9F4C62) is unknown color: approx Cadillac. HEX triplet: 9F, 4C and 62. RGB value is (159,76,98). Sum of RGB (Red+Green+Blue) = 159+76+98=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C62 is #60B39D. Grayscale: #676767. Windows color (decimal): -6337438 or 6442143. OLE color: 6442143.

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

Color convert

RGB1597698-
CMYK00.520.380.38
HSL344.1º35.32%46.08%-
HSV(B)344.1º52.2%62.35%-
XYZ19.0913.4213.14-
YUV103.32125167.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=47.75%
G=22.82%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159769800.520.380.38344.135.3246.08
Hex9F4C620342626158232e
Octal23711414206446465304356
Binary10011111100110011000100110100100110100110101011000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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