#984469

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

Shades of Cadillac #984469

Tints of Cadillac #984469

Color information

#984469 (or 0x984469) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 69. RGB value is (152,68,105). Sum of RGB (Red+Green+Blue) = 152+68+105=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #984469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984469 is #67BB96. Grayscale: #616161. Windows color (decimal): -6798231 or 6898840. OLE color: 6898840.

HSL color Cylindrical-coordinate representation of color #984469: hue angle of 333.57º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984469 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15268105-
CMYK00.550.310.40
HSL333.57º38.18%43.14%-
HSV(B)333.57º55.26%59.61%-
XYZ17.5711.8314.72-
YUV97.33132.33166.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=46.77%
G=20.92%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526810500.550.310.40333.5738.1843.14
Hex9844690371F2814e262b
Octal23010415106737505164653
Binary1001100010001001101001011011111111101000101001110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984469; }

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

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

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

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

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

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

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

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