#994677

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

Shades of Cadillac #994677

Tints of Cadillac #994677

Color information

#994677 (or 0x994677) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 77. RGB value is (153,70,119). Sum of RGB (Red+Green+Blue) = 153+70+119=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994677 is #66B988. Grayscale: #646464. Windows color (decimal): -6732169 or 7816857. OLE color: 7816857.

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

Color convert

RGB15370119-
CMYK00.540.220.4
HSL324.58º37.22%43.73%-
HSV(B)324.58º54.25%60%-
XYZ18.6612.4818.88-
YUV100.4138.5165.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=44.74%
G=20.47%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537011900.540.220.4324.5837.2243.73
Hex9946770361628145252c
Octal23110616706626505054554
Binary1001100110001101110111011011010110101000101000101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994677; }

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

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

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

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

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

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

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

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