#8C4263

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

Shades of Cadillac #8C4263

Tints of Cadillac #8C4263

Color information

#8C4263 (or 0x8C4263) is unknown color: approx Cadillac. HEX triplet: 8C, 42 and 63. RGB value is (140,66,99). Sum of RGB (Red+Green+Blue) = 140+66+99=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4263 is #73BD9C. Grayscale: #5B5B5B. Windows color (decimal): -7585181 or 6505100. OLE color: 6505100.

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

Color convert

RGB1406699-
CMYK00.530.290.45
HSL333.24º35.92%40.39%-
HSV(B)333.24º52.86%54.9%-
XYZ15.0210.3713.02-
YUV91.89132.02162.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=45.90%
G=21.64%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140669900.530.290.45333.2435.9240.39
Hex8C42630351D2D14d2428
Octal21410214306535555154450
Binary1000110010000101100011011010111101101101101001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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