#984069

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

Shades of Cadillac #984069

Tints of Cadillac #984069

Color information

#984069 (or 0x984069) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 69. RGB value is (152,64,105). Sum of RGB (Red+Green+Blue) = 152+64+105=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984069 is #67BF96. Grayscale: #5E5E5E. Windows color (decimal): -6799255 or 6897816. OLE color: 6897816.

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

Color convert

RGB15264105-
CMYK00.580.310.40
HSL332.05º40.74%42.35%-
HSV(B)332.05º57.89%59.61%-
XYZ17.3311.3614.64-
YUV94.99133.65168.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=47.35%
G=19.94%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526410500.580.310.40332.0540.7442.35
Hex98406903A1F2814c292a
Octal23010015107237505145152
Binary1001100010000001101001011101011111101000101001100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984069; }

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

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

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

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

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

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

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

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