#994064

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

Shades of Cadillac #994064

Tints of Cadillac #994064

Color information

#994064 (or 0x994064) is unknown color: approx Cadillac. HEX triplet: 99, 40 and 64. RGB value is (153,64,100). Sum of RGB (Red+Green+Blue) = 153+64+100=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994064 is #66BF9B. Grayscale: #5E5E5E. Windows color (decimal): -6733724 or 6570137. OLE color: 6570137.

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

Color convert

RGB15364100-
CMYK00.580.350.4
HSL335.73º41.01%42.55%-
HSV(B)335.73º58.17%60%-
XYZ17.2711.3613.34-
YUV94.72130.99169.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=48.26%
G=20.19%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536410000.580.350.4335.7341.0142.55
Hex99406403A2328150292b
Octal23110014407243505205153
Binary10011001100000011001000111010100011101000101010000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994064; }

 p { color: rgb(153,64,100); }

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

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

 a { background-color: rgb(153,64,100); }

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

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

 span { border-color: rgb(153,64,100); }

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