#984978

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

Shades of Cadillac #984978

Tints of Cadillac #984978

Color information

#984978 (or 0x984978) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 78. RGB value is (152,73,120). Sum of RGB (Red+Green+Blue) = 152+73+120=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #984978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984978 is #67B687. Grayscale: #656565. Windows color (decimal): -6796936 or 7883160. OLE color: 7883160.

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

Color convert

RGB15273120-
CMYK00.520.210.40
HSL324.3º35.11%44.12%-
HSV(B)324.3º51.97%59.61%-
XYZ18.7212.819.25-
YUV101.98138.17163.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=44.06%
G=21.16%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527312000.520.210.40324.335.1144.12
Hex9849780341528144232c
Octal23011117006425505044354
Binary1001100010010011111000011010010101101000101000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984978; }

 p { color: rgb(152,73,120); }

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

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

 a { background-color: rgb(152,73,120); }

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

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

 span { border-color: rgb(152,73,120); }

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