#994970

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

Shades of Cadillac #994970

Tints of Cadillac #994970

Color information

#994970 (or 0x994970) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 70. RGB value is (153,73,112). Sum of RGB (Red+Green+Blue) = 153+73+112=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994970 is #66B68F. Grayscale: #656565. Windows color (decimal): -6731408 or 7358873. OLE color: 7358873.

HSL color Cylindrical-coordinate representation of color #994970: hue angle of 330.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994970 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15373112-
CMYK00.520.270.4
HSL330.75º35.4%44.31%-
HSV(B)330.75º52.29%60%-
XYZ18.4412.7116.81-
YUV101.37134164.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=45.27%
G=21.60%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537311200.520.270.4330.7535.444.31
Hex9949700341B2814b232c
Octal23111116006433505134354
Binary1001100110010011110000011010011011101000101001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994970; }

 p { color: rgb(153,73,112); }

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

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

 a { background-color: rgb(153,73,112); }

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

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

 span { border-color: rgb(153,73,112); }

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