#984258

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

Shades of Cadillac #984258

Tints of Cadillac #984258

Color information

#984258 (or 0x984258) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 58. RGB value is (152,66,88). Sum of RGB (Red+Green+Blue) = 152+66+88=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984258 is #67BDA7. Grayscale: #5E5E5E. Windows color (decimal): -6798760 or 5784216. OLE color: 5784216.

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

Color convert

RGB1526688-
CMYK00.570.420.40
HSL344.65º39.45%42.75%-
HSV(B)344.65º56.58%59.61%-
XYZ16.6611.2810.53-
YUV94.22124.49169.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=49.67%
G=21.57%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152668800.570.420.40344.6539.4542.75
Hex9842580392A28159272b
Octal23010213007152505314753
Binary10011000100001010110000111001101010101000101011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984258; }

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

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

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

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

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

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

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

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