#974469

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

Shades of Cadillac #974469

Tints of Cadillac #974469

Color information

#974469 (or 0x974469) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 69. RGB value is (151,68,105). Sum of RGB (Red+Green+Blue) = 151+68+105=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #974469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974469 is #68BB96. Grayscale: #606060. Windows color (decimal): -6863767 or 6898839. OLE color: 6898839.

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

Color convert

RGB15168105-
CMYK00.550.300.41
HSL333.25º37.9%42.94%-
HSV(B)333.25º54.97%59.22%-
XYZ17.3811.7314.71-
YUV97.04132.5166.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=46.60%
G=20.99%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516810500.550.300.41333.2537.942.94
Hex9744690371E2914d262b
Octal22710415106736515154653
Binary1001011110001001101001011011111110101001101001101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974469; }

 p { color: rgb(151,68,105); }

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

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

 a { background-color: rgb(151,68,105); }

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

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

 span { border-color: rgb(151,68,105); }

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