#95486F

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

Shades of Cadillac #95486F

Tints of Cadillac #95486F

Color information

#95486F (or 0x95486F) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 6F. RGB value is (149,72,111). Sum of RGB (Red+Green+Blue) = 149+72+111=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95486F is #6AB790. Grayscale: #636363. Windows color (decimal): -6993809 or 7293077. OLE color: 7293077.

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

Color convert

RGB14972111-
CMYK00.520.260.42
HSL329.61º34.84%43.33%-
HSV(B)329.61º51.68%58.43%-
XYZ17.5812.1716.46-
YUV99.47134.51163.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=44.88%
G=21.69%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497211100.520.260.42329.6134.8443.33
Hex95486F0341A2A14a232b
Octal22511015706432525124353
Binary1001010110010001101111011010011010101010101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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