#95496D

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

Shades of Cadillac #95496D

Tints of Cadillac #95496D

Color information

#95496D (or 0x95496D) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 6D. RGB value is (149,73,109). Sum of RGB (Red+Green+Blue) = 149+73+109=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95496D is #6AB692. Grayscale: #636363. Windows color (decimal): -6993555 or 7162261. OLE color: 7162261.

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

Color convert

RGB14973109-
CMYK00.510.270.42
HSL331.58º34.23%43.53%-
HSV(B)331.58º51.01%58.43%-
XYZ17.5412.2615.91-
YUV99.83133.18163.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=45.02%
G=22.05%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497310900.510.270.42331.5834.2343.53
Hex95496D0331B2A14c222c
Octal22511115506333525144254
Binary1001010110010011101101011001111011101010101001100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95496D; }

 p { color: rgb(149,73,109); }

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

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

 a { background-color: rgb(149,73,109); }

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

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

 span { border-color: rgb(149,73,109); }

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