#95486D

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

Shades of Cadillac #95486D

Tints of Cadillac #95486D

Color information

#95486D (or 0x95486D) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 6D. RGB value is (149,72,109). Sum of RGB (Red+Green+Blue) = 149+72+109=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95486D is #6AB792. Grayscale: #636363. Windows color (decimal): -6993811 or 7162005. OLE color: 7162005.

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

Color convert

RGB14972109-
CMYK00.520.270.42
HSL331.17º34.84%43.33%-
HSV(B)331.17º51.68%58.43%-
XYZ17.4712.1315.89-
YUV99.24133.51163.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=45.15%
G=21.82%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497210900.520.270.42331.1734.8443.33
Hex95486D0341B2A14b232b
Octal22511015506433525134353
Binary1001010110010001101101011010011011101010101001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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