#8C3F68

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

Shades of Cadillac #8C3F68

Tints of Cadillac #8C3F68

Color information

#8C3F68 (or 0x8C3F68) is unknown color: approx Cadillac. HEX triplet: 8C, 3F and 68. RGB value is (140,63,104). Sum of RGB (Red+Green+Blue) = 140+63+104=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F68 is #73C097. Grayscale: #5A5A5A. Windows color (decimal): -7585944 or 6832012. OLE color: 6832012.

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

Color convert

RGB14063104-
CMYK00.550.260.45
HSL328.05º37.93%39.8%-
HSV(B)328.05º55%54.9%-
XYZ15.0910.1314.26-
YUV90.7135.51163.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=45.60%
G=20.52%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406310400.550.260.45328.0537.9339.8
Hex8C3F680371A2D1482628
Octal2147715006732555104650
Binary100011001111111101000011011111010101101101001000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,104); }

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

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

 a { background-color: rgb(140,63,104); }

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

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

 span { border-color: rgb(140,63,104); }

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