#8F3C60

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

Shades of Cadillac #8F3C60

Tints of Cadillac #8F3C60

Color information

#8F3C60 (or 0x8F3C60) is unknown color: approx Cadillac. HEX triplet: 8F, 3C and 60. RGB value is (143,60,96). Sum of RGB (Red+Green+Blue) = 143+60+96=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3C60 is #70C39F. Grayscale: #585858. Windows color (decimal): -7390112 or 6306959. OLE color: 6306959.

HSL color Cylindrical-coordinate representation of color #8F3C60: hue angle of 333.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C60 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1436096-
CMYK00.580.330.44
HSL333.98º40.89%39.8%-
HSV(B)333.98º58.04%56.08%-
XYZ15.059.9212.19-
YUV88.92132166.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=47.83%
G=20.07%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143609600.580.330.44333.9840.8939.8
Hex8F3C6003A212C14e2928
Octal2177414007241545165150
Binary1000111111110011000000111010100001101100101001110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F3C60; }

 p { color: rgb(143,60,96); }

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

<style>
 a { background-color: #8F3C60; }

 a { background-color: rgb(143,60,96); }

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

<style>
 span { border-color: #8F3C60; }

 span { border-color: rgb(143,60,96); }

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