#95406C

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

Shades of Cadillac #95406C

Tints of Cadillac #95406C

Color information

#95406C (or 0x95406C) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 6C. RGB value is (149,64,108). Sum of RGB (Red+Green+Blue) = 149+64+108=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95406C is #6ABF93. Grayscale: #5E5E5E. Windows color (decimal): -6995860 or 7094421. OLE color: 7094421.

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

Color convert

RGB14964108-
CMYK00.570.280.42
HSL328.94º39.91%41.76%-
HSV(B)328.94º57.05%58.43%-
XYZ16.9311.1415.44-
YUV94.43135.66166.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=46.42%
G=19.94%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496410800.570.280.42328.9439.9141.76
Hex95406C0391C2A149282a
Octal22510015407134525115052
Binary1001010110000001101100011100111100101010101001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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