#95455E

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

Shades of Cadillac #95455E

Tints of Cadillac #95455E

Color information

#95455E (or 0x95455E) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 5E. RGB value is (149,69,94). Sum of RGB (Red+Green+Blue) = 149+69+94=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95455E is #6ABAA1. Grayscale: #5F5F5F. Windows color (decimal): -6994594 or 6178197. OLE color: 6178197.

HSL color Cylindrical-coordinate representation of color #95455E: hue angle of 341.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95455E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1496994-
CMYK00.540.370.42
HSL341.25º36.7%42.75%-
HSV(B)341.25º53.69%58.43%-
XYZ16.5411.4511.93-
YUV95.77127165.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=47.76%
G=22.12%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149699400.540.370.42341.2536.742.75
Hex95455E036252A155252b
Octal22510513606645525254553
Binary10010101100010110111100110110100101101010101010101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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