#953E6A

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

Shades of Cadillac #953E6A

Tints of Cadillac #953E6A

Color information

#953E6A (or 0x953E6A) is unknown color: approx Cadillac. HEX triplet: 95, 3E and 6A. RGB value is (149,62,106). Sum of RGB (Red+Green+Blue) = 149+62+106=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #953E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E6A is #6AC195. Grayscale: #5C5C5C. Windows color (decimal): -6996374 or 6962837. OLE color: 6962837.

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

Color convert

RGB14962106-
CMYK00.580.290.42
HSL329.66º41.23%41.37%-
HSV(B)329.66º58.39%58.43%-
XYZ16.7210.8814.85-
YUV93.03135.32167.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=47.00%
G=19.56%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496210600.580.290.42329.6641.2341.37
Hex953E6A03A1D2A14a2929
Octal2257615207235525125151
Binary100101011111101101010011101011101101010101001010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,62,106); }

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

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

 a { background-color: rgb(149,62,106); }

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

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

 span { border-color: rgb(149,62,106); }

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