#9F4869

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

Shades of Cadillac #9F4869

Tints of Cadillac #9F4869

Color information

#9F4869 (or 0x9F4869) is unknown color: approx Cadillac. HEX triplet: 9F, 48 and 69. RGB value is (159,72,105). Sum of RGB (Red+Green+Blue) = 159+72+105=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4869 is #60B796. Grayscale: #656565. Windows color (decimal): -6338455 or 6899871. OLE color: 6899871.

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

Color convert

RGB15972105-
CMYK00.550.340.38
HSL337.24º37.66%45.29%-
HSV(B)337.24º54.72%62.35%-
XYZ19.1713.0314.87-
YUV101.78129.82168.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=47.32%
G=21.43%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597210500.550.340.38337.2437.6645.29
Hex9F48690372226151262d
Octal23711015106742465214655
Binary10011111100100011010010110111100010100110101010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,105); }

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

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

 a { background-color: rgb(159,72,105); }

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

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

 span { border-color: rgb(159,72,105); }

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