#9F4766

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

Shades of Cadillac #9F4766

Tints of Cadillac #9F4766

Color information

#9F4766 (or 0x9F4766) is unknown color: approx Cadillac. HEX triplet: 9F, 47 and 66. RGB value is (159,71,102). Sum of RGB (Red+Green+Blue) = 159+71+102=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4766 is #60B899. Grayscale: #646464. Windows color (decimal): -6338714 or 6703007. OLE color: 6703007.

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

Color convert

RGB15971102-
CMYK00.550.360.38
HSL338.86º38.26%45.1%-
HSV(B)338.86º55.35%62.35%-
XYZ18.9512.8414.05-
YUV100.85128.65169.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=47.89%
G=21.39%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597110200.550.360.38338.8638.2645.1
Hex9F47660372426153262d
Octal23710714606744465234655
Binary10011111100011111001100110111100100100110101010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,102); }

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

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

 a { background-color: rgb(159,71,102); }

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

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

 span { border-color: rgb(159,71,102); }

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