#95405E

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

Shades of Cadillac #95405E

Tints of Cadillac #95405E

Color information

#95405E (or 0x95405E) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 5E. RGB value is (149,64,94). Sum of RGB (Red+Green+Blue) = 149+64+94=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95405E is #6ABFA1. Grayscale: #5C5C5C. Windows color (decimal): -6995874 or 6176917. OLE color: 6176917.

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

Color convert

RGB1496494-
CMYK00.570.370.42
HSL338.82º39.91%41.76%-
HSV(B)338.82º57.05%58.43%-
XYZ16.2510.8611.83-
YUV92.84128.66168.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=48.53%
G=20.85%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149649400.570.370.42338.8239.9141.76
Hex95405E039252A153282a
Octal22510013607145525235052
Binary10010101100000010111100111001100101101010101010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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