#95426C

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

Shades of Cadillac #95426C

Tints of Cadillac #95426C

Color information

#95426C (or 0x95426C) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 6C. RGB value is (149,66,108). Sum of RGB (Red+Green+Blue) = 149+66+108=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426C is #6ABD93. Grayscale: #5F5F5F. Windows color (decimal): -6995348 or 7094933. OLE color: 7094933.

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

Color convert

RGB14966108-
CMYK00.560.280.42
HSL329.64º38.6%42.16%-
HSV(B)329.64º55.7%58.43%-
XYZ17.0511.3715.48-
YUV95.6135166.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=46.13%
G=20.43%
B=33.44%

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
Decimal1496610800.560.280.42329.6438.642.16
Hex95426C0381C2A14a272a
Octal22510215407034525124752
Binary1001010110000101101100011100011100101010101001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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