#8D4265

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

Shades of Cadillac #8D4265

Tints of Cadillac #8D4265

Color information

#8D4265 (or 0x8D4265) is unknown color: approx Cadillac. HEX triplet: 8D, 42 and 65. RGB value is (141,66,101). Sum of RGB (Red+Green+Blue) = 141+66+101=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4265 is #72BD9A. Grayscale: #5C5C5C. Windows color (decimal): -7519643 or 6636173. OLE color: 6636173.

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

Color convert

RGB14166101-
CMYK00.530.280.45
HSL332º36.23%40.59%-
HSV(B)332º53.19%55.29%-
XYZ15.2810.513.53-
YUV92.42132.85162.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=45.78%
G=21.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416610100.530.280.4533236.2340.59
Hex8D42650351C2D14c2429
Octal21510214506534555144451
Binary1000110110000101100101011010111100101101101001100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,101); }

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

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

 a { background-color: rgb(141,66,101); }

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

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

 span { border-color: rgb(141,66,101); }

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