#984064

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

Shades of Cadillac #984064

Tints of Cadillac #984064

Color information

#984064 (or 0x984064) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 64. RGB value is (152,64,100). Sum of RGB (Red+Green+Blue) = 152+64+100=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #984064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984064 is #67BF9B. Grayscale: #5E5E5E. Windows color (decimal): -6799260 or 6570136. OLE color: 6570136.

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

Color convert

RGB15264100-
CMYK00.580.340.40
HSL335.45º40.74%42.35%-
HSV(B)335.45º57.89%59.61%-
XYZ17.0811.2613.33-
YUV94.42131.15169.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=48.10%
G=20.25%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526410000.580.340.40335.4540.7442.35
Hex98406403A222814f292a
Octal23010014407242505175152
Binary10011000100000011001000111010100010101000101001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984064; }

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

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

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

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

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

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

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

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