#994977

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

Shades of Cadillac #994977

Tints of Cadillac #994977

Color information

#994977 (or 0x994977) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 77. RGB value is (153,73,119). Sum of RGB (Red+Green+Blue) = 153+73+119=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994977 is #66B688. Grayscale: #666666. Windows color (decimal): -6731401 or 7817625. OLE color: 7817625.

HSL color Cylindrical-coordinate representation of color #994977: hue angle of 325.5º 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 #994977 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15373119-
CMYK00.520.220.4
HSL325.5º35.4%44.31%-
HSV(B)325.5º52.29%60%-
XYZ18.8512.8718.94-
YUV102.16137.5164.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=44.35%
G=21.16%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537311900.520.220.4325.535.444.31
Hex9949770341628146232c
Octal23111116706426505064354
Binary1001100110010011110111011010010110101000101000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994977; }

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

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

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

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

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

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

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

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