#9F4463

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

Shades of Cadillac #9F4463

Tints of Cadillac #9F4463

Color information

#9F4463 (or 0x9F4463) is unknown color: approx Cadillac. HEX triplet: 9F, 44 and 63. RGB value is (159,68,99). Sum of RGB (Red+Green+Blue) = 159+68+99=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4463 is #60BB9C. Grayscale: #626262. Windows color (decimal): -6339485 or 6505631. OLE color: 6505631.

HSL color Cylindrical-coordinate representation of color #9F4463: hue angle of 339.56º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4463 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1596899-
CMYK00.570.380.38
HSL339.56º40.09%44.51%-
HSV(B)339.56º57.23%62.35%-
XYZ18.6212.4113.22-
YUV98.74128.15170.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=48.77%
G=20.86%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159689900.570.380.38339.5640.0944.51
Hex9F44630392626154282d
Octal23710414307146465245055
Binary10011111100010011000110111001100110100110101010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,99); }

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

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

 a { background-color: rgb(159,68,99); }

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

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

 span { border-color: rgb(159,68,99); }

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