#984458

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

Shades of Cadillac #984458

Tints of Cadillac #984458

Color information

#984458 (or 0x984458) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 58. RGB value is (152,68,88). Sum of RGB (Red+Green+Blue) = 152+68+88=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984458 is #67BBA7. Grayscale: #5F5F5F. Windows color (decimal): -6798248 or 5784728. OLE color: 5784728.

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

Color convert

RGB1526888-
CMYK00.550.420.40
HSL345.71º38.18%43.14%-
HSV(B)345.71º55.26%59.61%-
XYZ16.7811.5110.57-
YUV95.4123.83168.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=49.35%
G=22.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152688800.550.420.40345.7138.1843.14
Hex9844580372A2815a262b
Octal23010413006752505324653
Binary10011000100010010110000110111101010101000101011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984458; }

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

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

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

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

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

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

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

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