#95425E

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

Shades of Cadillac #95425E

Tints of Cadillac #95425E

Color information

#95425E (or 0x95425E) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 5E. RGB value is (149,66,94). Sum of RGB (Red+Green+Blue) = 149+66+94=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95425E is #6ABDA1. Grayscale: #5D5D5D. Windows color (decimal): -6995362 or 6177429. OLE color: 6177429.

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

Color convert

RGB1496694-
CMYK00.560.370.42
HSL339.76º38.6%42.16%-
HSV(B)339.76º55.7%58.43%-
XYZ16.3611.0911.87-
YUV94.01128167.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=48.22%
G=21.36%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149669400.560.370.42339.7638.642.16
Hex95425E038252A154272a
Octal22510213607045525244752
Binary10010101100001010111100111000100101101010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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