#9F4665

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

Shades of Cadillac #9F4665

Tints of Cadillac #9F4665

Color information

#9F4665 (or 0x9F4665) is unknown color: approx Cadillac. HEX triplet: 9F, 46 and 65. RGB value is (159,70,101). Sum of RGB (Red+Green+Blue) = 159+70+101=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4665 is #60B99A. Grayscale: #646464. Windows color (decimal): -6338971 or 6637215. OLE color: 6637215.

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

Color convert

RGB15970101-
CMYK00.560.360.38
HSL339.1º38.86%44.9%-
HSV(B)339.1º55.97%62.35%-
XYZ18.8412.6913.77-
YUV100.14128.49169.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=48.18%
G=21.21%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597010100.560.360.38339.138.8644.9
Hex9F46650382426153272d
Octal23710614507044465234755
Binary10011111100011011001010111000100100100110101010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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