#984673

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

Shades of Cadillac #984673

Tints of Cadillac #984673

Color information

#984673 (or 0x984673) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 73. RGB value is (152,70,115). Sum of RGB (Red+Green+Blue) = 152+70+115=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984673 is #67B98C. Grayscale: #636363. Windows color (decimal): -6797709 or 7554712. OLE color: 7554712.

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

Color convert

RGB15270115-
CMYK00.540.240.40
HSL327.07º36.94%43.53%-
HSV(B)327.07º53.95%59.61%-
XYZ18.2312.2917.63-
YUV99.65136.67165.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=45.10%
G=20.77%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527011500.540.240.40327.0736.9443.53
Hex9846730361828147252c
Octal23010616306630505074554
Binary1001100010001101110011011011011000101000101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984673; }

 p { color: rgb(152,70,115); }

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

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

 a { background-color: rgb(152,70,115); }

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

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

 span { border-color: rgb(152,70,115); }

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