#994665

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

Shades of Cadillac #994665

Tints of Cadillac #994665

Color information

#994665 (or 0x994665) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 65. RGB value is (153,70,101). Sum of RGB (Red+Green+Blue) = 153+70+101=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994665 is #66B99A. Grayscale: #626262. Windows color (decimal): -6732187 or 6637209. OLE color: 6637209.

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

Color convert

RGB15370101-
CMYK00.540.340.4
HSL337.59º37.22%43.73%-
HSV(B)337.59º54.25%60%-
XYZ17.6812.0913.71-
YUV98.35129.5166.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=47.22%
G=21.60%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537010100.540.340.4337.5937.2243.73
Hex9946650362228152252c
Octal23110614506642505224554
Binary10011001100011011001010110110100010101000101010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994665; }

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

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

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

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

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

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

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

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