#95426D

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

Shades of Cadillac #95426D

Tints of Cadillac #95426D

Color information

#95426D (or 0x95426D) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 6D. RGB value is (149,66,109). Sum of RGB (Red+Green+Blue) = 149+66+109=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426D is #6ABD92. Grayscale: #5F5F5F. Windows color (decimal): -6995347 or 7160469. OLE color: 7160469.

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

Color convert

RGB14966109-
CMYK00.560.270.42
HSL328.92º38.6%42.16%-
HSV(B)328.92º55.7%58.43%-
XYZ17.111.3915.77-
YUV95.72135.5166-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=45.99%
G=20.37%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496610900.560.270.42328.9238.642.16
Hex95426D0381B2A149272a
Octal22510215507033525114752
Binary1001010110000101101101011100011011101010101001001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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