#95495F

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

Shades of Cadillac #95495F

Tints of Cadillac #95495F

Color information

#95495F (or 0x95495F) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 5F. RGB value is (149,73,95). Sum of RGB (Red+Green+Blue) = 149+73+95=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #95495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495F is #6AB6A0. Grayscale: #626262. Windows color (decimal): -6993569 or 6244757. OLE color: 6244757.

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

Color convert

RGB1497395-
CMYK00.510.360.42
HSL342.63º34.23%43.53%-
HSV(B)342.63º51.01%58.43%-
XYZ16.8411.9812.25-
YUV98.23126.18164.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=47.00%
G=23.03%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149739500.510.360.42342.6334.2343.53
Hex95495F033242A157222c
Octal22511113706344525274254
Binary10010101100100110111110110011100100101010101010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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