#984D5C

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

Shades of Cadillac #984D5C

Tints of Cadillac #984D5C

Color information

#984D5C (or 0x984D5C) is unknown color: approx Cadillac. HEX triplet: 98, 4D and 5C. RGB value is (152,77,92). Sum of RGB (Red+Green+Blue) = 152+77+92=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D5C is #67B2A3. Grayscale: #656565. Windows color (decimal): -6795940 or 6049176. OLE color: 6049176.

HSL color Cylindrical-coordinate representation of color #984D5C: hue angle of 348º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D5C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1527792-
CMYK00.490.390.40
HSL348º32.75%44.9%-
HSV(B)348º49.34%59.61%-
XYZ17.5312.7611.66-
YUV101.14122.85164.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=47.35%
G=23.99%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152779200.490.390.4034832.7544.9
Hex984D5C031272815c212d
Octal23011513406147505344155
Binary10011000100110110111000110001100111101000101011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,77,92); }

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

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

 a { background-color: rgb(152,77,92); }

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

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

 span { border-color: rgb(152,77,92); }

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