#97425E

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

Shades of Cadillac #97425E

Tints of Cadillac #97425E

Color information

#97425E (or 0x97425E) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 5E. RGB value is (151,66,94). Sum of RGB (Red+Green+Blue) = 151+66+94=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97425E is #68BDA1. Grayscale: #5E5E5E. Windows color (decimal): -6864290 or 6177431. OLE color: 6177431.

HSL color Cylindrical-coordinate representation of color #97425E: hue angle of 340.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97425E is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1516694-
CMYK00.560.380.41
HSL340.24º39.17%42.55%-
HSV(B)340.24º56.29%59.22%-
XYZ16.7311.2811.89-
YUV94.61127.66168.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=48.55%
G=21.22%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151669400.560.380.41340.2439.1742.55
Hex97425E0382629154272b
Octal22710213607046515244753
Binary10010111100001010111100111000100110101001101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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