#95406E

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

Shades of Cadillac #95406E

Tints of Cadillac #95406E

Color information

#95406E (or 0x95406E) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 6E. RGB value is (149,64,110). Sum of RGB (Red+Green+Blue) = 149+64+110=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95406E is #6ABF91. Grayscale: #5E5E5E. Windows color (decimal): -6995858 or 7225493. OLE color: 7225493.

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

Color convert

RGB14964110-
CMYK00.570.260.42
HSL327.53º39.91%41.76%-
HSV(B)327.53º57.05%58.43%-
XYZ17.0411.1816.01-
YUV94.66136.66166.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=46.13%
G=19.81%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496411000.570.260.42327.5339.9141.76
Hex95406E0391A2A148282a
Octal22510015607132525105052
Binary1001010110000001101110011100111010101010101001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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