#984065

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

Shades of Cadillac #984065

Tints of Cadillac #984065

Color information

#984065 (or 0x984065) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 65. RGB value is (152,64,101). Sum of RGB (Red+Green+Blue) = 152+64+101=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984065 is #67BF9A. Grayscale: #5E5E5E. Windows color (decimal): -6799259 or 6635672. OLE color: 6635672.

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

Color convert

RGB15264101-
CMYK00.580.340.40
HSL334.77º40.74%42.35%-
HSV(B)334.77º57.89%59.61%-
XYZ17.1311.2813.59-
YUV94.53131.65168.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=47.95%
G=20.19%
B=31.86%

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
Decimal1526410100.580.340.40334.7740.7442.35
Hex98406503A222814f292a
Octal23010014507242505175152
Binary10011000100000011001010111010100010101000101001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984065; }

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

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

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

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

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

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

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

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