#97416E

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

Shades of Cadillac #97416E

Tints of Cadillac #97416E

Color information

#97416E (or 0x97416E) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 6E. RGB value is (151,65,110). Sum of RGB (Red+Green+Blue) = 151+65+110=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97416E is #68BE91. Grayscale: #5F5F5F. Windows color (decimal): -6864530 or 7225751. OLE color: 7225751.

HSL color Cylindrical-coordinate representation of color #97416E: hue angle of 328.6º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97416E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15165110-
CMYK00.570.270.41
HSL328.6º39.81%42.35%-
HSV(B)328.6º56.95%59.22%-
XYZ17.4711.4916.05-
YUV95.84135.99167.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=46.32%
G=19.94%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516511000.570.270.41328.639.8142.35
Hex97416E0391B29149282a
Octal22710115607133515115052
Binary1001011110000011101110011100111011101001101001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,65,110); }

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

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

 a { background-color: rgb(151,65,110); }

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

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

 span { border-color: rgb(151,65,110); }

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