#95495B

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

Shades of Cadillac #95495B

Tints of Cadillac #95495B

Color information

#95495B (or 0x95495B) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 5B. RGB value is (149,73,91). Sum of RGB (Red+Green+Blue) = 149+73+91=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495B is #6AB6A4. Grayscale: #616161. Windows color (decimal): -6993573 or 5982613. OLE color: 5982613.

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

Color convert

RGB1497391-
CMYK00.510.390.42
HSL345.79º34.23%43.53%-
HSV(B)345.79º51.01%58.43%-
XYZ16.6711.9111.32-
YUV97.78124.18164.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=47.60%
G=23.32%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149739100.510.390.42345.7934.2343.53
Hex95495B033272A15a222c
Octal22511113306347525324254
Binary10010101100100110110110110011100111101010101011010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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