#994065

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

Shades of Cadillac #994065

Tints of Cadillac #994065

Color information

#994065 (or 0x994065) is unknown color: approx Cadillac. HEX triplet: 99, 40 and 65. RGB value is (153,64,101). Sum of RGB (Red+Green+Blue) = 153+64+101=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994065 is #66BF9A. Grayscale: #5E5E5E. Windows color (decimal): -6733723 or 6635673. OLE color: 6635673.

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

Color convert

RGB15364101-
CMYK00.580.340.4
HSL335.06º41.01%42.55%-
HSV(B)335.06º58.17%60%-
XYZ17.3211.3813.6-
YUV94.83131.49169.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=48.11%
G=20.13%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536410100.580.340.4335.0641.0142.55
Hex99406503A222814f292b
Octal23110014507242505175153
Binary10011001100000011001010111010100010101000101001111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994065; }

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

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

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

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

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

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

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

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