#953A62

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

Shades of Cadillac #953A62

Tints of Cadillac #953A62

Color information

#953A62 (or 0x953A62) is unknown color: approx Cadillac. HEX triplet: 95, 3A and 62. RGB value is (149,58,98). Sum of RGB (Red+Green+Blue) = 149+58+98=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #953A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A62 is #6AC59D. Grayscale: #595959. Windows color (decimal): -6997406 or 6437525. OLE color: 6437525.

HSL color Cylindrical-coordinate representation of color #953A62: hue angle of 333.63º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A62 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1495898-
CMYK00.610.340.42
HSL333.63º43.96%40.59%-
HSV(B)333.63º61.07%58.43%-
XYZ16.1110.312.69-
YUV89.77132.65170.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=48.85%
G=19.02%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149589800.610.340.42333.6343.9640.59
Hex953A6203D222A14e2c29
Octal2257214207542525165451
Binary1001010111101011000100111101100010101010101001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A62; }

 p { color: rgb(149,58,98); }

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

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

 a { background-color: rgb(149,58,98); }

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

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

 span { border-color: rgb(149,58,98); }

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