#9F4668

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

Shades of Cadillac #9F4668

Tints of Cadillac #9F4668

Color information

#9F4668 (or 0x9F4668) is unknown color: approx Cadillac. HEX triplet: 9F, 46 and 68. RGB value is (159,70,104). Sum of RGB (Red+Green+Blue) = 159+70+104=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4668 is #60B997. Grayscale: #646464. Windows color (decimal): -6338968 or 6833823. OLE color: 6833823.

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

Color convert

RGB15970104-
CMYK00.560.350.38
HSL337.08º38.86%44.9%-
HSV(B)337.08º55.97%62.35%-
XYZ18.9912.7514.56-
YUV100.49129.99169.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=47.75%
G=21.02%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597010400.560.350.38337.0838.8644.9
Hex9F46680382326151272d
Octal23710615007043465214755
Binary10011111100011011010000111000100011100110101010001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,104); }

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

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

 a { background-color: rgb(159,70,104); }

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

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

 span { border-color: rgb(159,70,104); }

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