#8C3C63

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

Shades of Cadillac #8C3C63

Tints of Cadillac #8C3C63

Color information

#8C3C63 (or 0x8C3C63) is unknown color: approx Cadillac. HEX triplet: 8C, 3C and 63. RGB value is (140,60,99). Sum of RGB (Red+Green+Blue) = 140+60+99=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3C63 is #73C39C. Grayscale: #585858. Windows color (decimal): -7586717 or 6503564. OLE color: 6503564.

HSL color Cylindrical-coordinate representation of color #8C3C63: hue angle of 330.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C3C63 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1406099-
CMYK00.570.290.45
HSL330.75º40%39.22%-
HSV(B)330.75º57.14%54.9%-
XYZ14.689.7112.9-
YUV88.37134164.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=46.82%
G=20.07%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140609900.570.290.45330.754039.22
Hex8C3C630391D2D14b2827
Octal2147414307135555135047
Binary100011001111001100011011100111101101101101001011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,60,99); }

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

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

 a { background-color: rgb(140,60,99); }

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

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

 span { border-color: rgb(140,60,99); }

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