#95416C

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

Shades of Cadillac #95416C

Tints of Cadillac #95416C

Color information

#95416C (or 0x95416C) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 6C. RGB value is (149,65,108). Sum of RGB (Red+Green+Blue) = 149+65+108=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95416C is #6ABE93. Grayscale: #5E5E5E. Windows color (decimal): -6995604 or 7094677. OLE color: 7094677.

HSL color Cylindrical-coordinate representation of color #95416C: hue angle of 329.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95416C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14965108-
CMYK00.560.280.42
HSL329.29º39.25%41.96%-
HSV(B)329.29º56.38%58.43%-
XYZ16.9911.2515.46-
YUV95.02135.33166.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=46.27%
G=20.19%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496510800.560.280.42329.2939.2541.96
Hex95416C0381C2A149272a
Octal22510115407034525114752
Binary1001010110000011101100011100011100101010101001001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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