#8C4363

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

Shades of Cadillac #8C4363

Tints of Cadillac #8C4363

Color information

#8C4363 (or 0x8C4363) is unknown color: approx Cadillac. HEX triplet: 8C, 43 and 63. RGB value is (140,67,99). Sum of RGB (Red+Green+Blue) = 140+67+99=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4363 is #73BC9C. Grayscale: #5C5C5C. Windows color (decimal): -7584925 or 6505356. OLE color: 6505356.

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

Color convert

RGB1406799-
CMYK00.520.290.45
HSL333.7º35.27%40.59%-
HSV(B)333.7º52.14%54.9%-
XYZ15.0710.4913.03-
YUV92.48131.68161.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=45.75%
G=21.90%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140679900.520.290.45333.735.2740.59
Hex8C43630341D2D14e2329
Octal21410314306435555164351
Binary1000110010000111100011011010011101101101101001110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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