#95495E

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

Shades of Cadillac #95495E

Tints of Cadillac #95495E

Color information

#95495E (or 0x95495E) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 5E. RGB value is (149,73,94). Sum of RGB (Red+Green+Blue) = 149+73+94=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495E is #6AB6A1. Grayscale: #626262. Windows color (decimal): -6993570 or 6179221. OLE color: 6179221.

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

Color convert

RGB1497394-
CMYK00.510.370.42
HSL343.42º34.23%43.53%-
HSV(B)343.42º51.01%58.43%-
XYZ16.811.9612.01-
YUV98.12125.68164.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=47.15%
G=23.10%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149739400.510.370.42343.4234.2343.53
Hex95495E033252A157222c
Octal22511113606345525274254
Binary10010101100100110111100110011100101101010101010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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