#95496E

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

Shades of Cadillac #95496E

Tints of Cadillac #95496E

Color information

#95496E (or 0x95496E) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 6E. RGB value is (149,73,110). Sum of RGB (Red+Green+Blue) = 149+73+110=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95496E is #6AB691. Grayscale: #636363. Windows color (decimal): -6993554 or 7227797. OLE color: 7227797.

HSL color Cylindrical-coordinate representation of color #95496E: hue angle of 330.79º 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 #95496E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14973110-
CMYK00.510.260.42
HSL330.79º34.23%43.53%-
HSV(B)330.79º51.01%58.43%-
XYZ17.5912.2816.2-
YUV99.94133.68162.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=44.88%
G=21.99%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497311000.510.260.42330.7934.2343.53
Hex95496E0331A2A14b222c
Octal22511115606332525134254
Binary1001010110010011101110011001111010101010101001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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