#994669

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

Shades of Cadillac #994669

Tints of Cadillac #994669

Color information

#994669 (or 0x994669) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 69. RGB value is (153,70,105). Sum of RGB (Red+Green+Blue) = 153+70+105=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #994669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994669 is #66B996. Grayscale: #626262. Windows color (decimal): -6732183 or 6899353. OLE color: 6899353.

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

Color convert

RGB15370105-
CMYK00.540.310.4
HSL334.7º37.22%43.73%-
HSV(B)334.7º54.25%60%-
XYZ17.8812.1714.77-
YUV98.81131.5166.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=46.65%
G=21.34%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537010500.540.310.4334.737.2243.73
Hex9946690361F2814f252c
Octal23110615106637505174554
Binary1001100110001101101001011011011111101000101001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994669; }

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

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

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

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

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

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

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

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