#953868

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

Shades of Cadillac #953868

Tints of Cadillac #953868

Color information

#953868 (or 0x953868) is unknown color: approx Cadillac. HEX triplet: 95, 38 and 68. RGB value is (149,56,104). Sum of RGB (Red+Green+Blue) = 149+56+104=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #953868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953868 is #6AC797. Grayscale: #595959. Windows color (decimal): -6997912 or 6830229. OLE color: 6830229.

HSL color Cylindrical-coordinate representation of color #953868: hue angle of 329.03º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953868 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14956104-
CMYK00.620.300.42
HSL329.03º45.37%40.2%-
HSV(B)329.03º62.42%58.43%-
XYZ16.3110.2214.21-
YUV89.28136.31170.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=48.22%
G=18.12%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495610400.620.300.42329.0345.3740.2
Hex95386803E1E2A1492d28
Octal2257015007636525115550
Binary100101011110001101000011111011110101010101001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953868; }

 p { color: rgb(149,56,104); }

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

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

 a { background-color: rgb(149,56,104); }

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

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

 span { border-color: rgb(149,56,104); }

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