#984879

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

Shades of Cadillac #984879

Tints of Cadillac #984879

Color information

#984879 (or 0x984879) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 79. RGB value is (152,72,121). Sum of RGB (Red+Green+Blue) = 152+72+121=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #984879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984879 is #67B786. Grayscale: #656565. Windows color (decimal): -6797191 or 7948440. OLE color: 7948440.

HSL color Cylindrical-coordinate representation of color #984879: hue angle of 323.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984879 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15272121-
CMYK00.530.200.40
HSL323.25º35.71%43.92%-
HSV(B)323.25º52.63%59.61%-
XYZ18.7212.6919.55-
YUV101.51139164.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=44.06%
G=20.87%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527212100.530.200.40323.2535.7143.92
Hex9848790351428143242c
Octal23011017106524505034454
Binary1001100010010001111001011010110100101000101000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984879; }

 p { color: rgb(152,72,121); }

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

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

 a { background-color: rgb(152,72,121); }

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

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

 span { border-color: rgb(152,72,121); }

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