#97416C

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

Shades of Cadillac #97416C

Tints of Cadillac #97416C

Color information

#97416C (or 0x97416C) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 6C. RGB value is (151,65,108). Sum of RGB (Red+Green+Blue) = 151+65+108=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97416C is #68BE93. Grayscale: #5F5F5F. Windows color (decimal): -6864532 or 7094679. OLE color: 7094679.

HSL color Cylindrical-coordinate representation of color #97416C: hue angle of 330º 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 #97416C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15165108-
CMYK00.570.280.41
HSL330º39.81%42.35%-
HSV(B)330º56.95%59.22%-
XYZ17.3611.4415.48-
YUV95.62134.99167.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=46.60%
G=20.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516510800.570.280.4133039.8142.35
Hex97416C0391C2914a282a
Octal22710115407134515125052
Binary1001011110000011101100011100111100101001101001010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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