#95426E

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

Shades of Cadillac #95426E

Tints of Cadillac #95426E

Color information

#95426E (or 0x95426E) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 6E. RGB value is (149,66,110). Sum of RGB (Red+Green+Blue) = 149+66+110=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426E is #6ABD91. Grayscale: #5F5F5F. Windows color (decimal): -6995346 or 7226005. OLE color: 7226005.

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

Color convert

RGB14966110-
CMYK00.560.260.42
HSL328.19º38.6%42.16%-
HSV(B)328.19º55.7%58.43%-
XYZ17.1611.4116.05-
YUV95.83136165.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=45.85%
G=20.31%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496611000.560.260.42328.1938.642.16
Hex95426E0381A2A148272a
Octal22510215607032525104752
Binary1001010110000101101110011100011010101010101001000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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