#984A5F

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

Shades of Cadillac #984A5F

Tints of Cadillac #984A5F

Color information

#984A5F (or 0x984A5F) is unknown color: approx Cadillac. HEX triplet: 98, 4A and 5F. RGB value is (152,74,95). Sum of RGB (Red+Green+Blue) = 152+74+95=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A5F is #67B5A0. Grayscale: #636363. Windows color (decimal): -6796705 or 6245016. OLE color: 6245016.

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

Color convert

RGB1527495-
CMYK00.510.380.40
HSL343.85º34.51%44.31%-
HSV(B)343.85º51.32%59.61%-
XYZ17.4612.412.3-
YUV99.72125.34165.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=47.35%
G=23.05%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152749500.510.380.40343.8534.5144.31
Hex984A5F0332628158232c
Octal23011213706346505304354
Binary10011000100101010111110110011100110101000101011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A5F; }

 p { color: rgb(152,74,95); }

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

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

 a { background-color: rgb(152,74,95); }

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

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

 span { border-color: rgb(152,74,95); }

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