#984B5A

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

Shades of Cadillac #984B5A

Tints of Cadillac #984B5A

Color information

#984B5A (or 0x984B5A) is unknown color: approx Cadillac. HEX triplet: 98, 4B and 5A. RGB value is (152,75,90). Sum of RGB (Red+Green+Blue) = 152+75+90=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B5A is #67B4A5. Grayscale: #636363. Windows color (decimal): -6796454 or 5917592. OLE color: 5917592.

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

Color convert

RGB1527590-
CMYK00.510.410.40
HSL348.31º33.92%44.51%-
HSV(B)348.31º50.66%59.61%-
XYZ17.3112.4511.16-
YUV99.73122.51165.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=47.95%
G=23.66%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152759000.510.410.40348.3133.9244.51
Hex984B5A033292815c222d
Octal23011313206351505344255
Binary10011000100101110110100110011101001101000101011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,90); }

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

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

 a { background-color: rgb(152,75,90); }

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

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

 span { border-color: rgb(152,75,90); }

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