#984B5C

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

Shades of Cadillac #984B5C

Tints of Cadillac #984B5C

Color information

#984B5C (or 0x984B5C) is unknown color: approx Cadillac. HEX triplet: 98, 4B and 5C. RGB value is (152,75,92). Sum of RGB (Red+Green+Blue) = 152+75+92=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B5C is #67B4A3. Grayscale: #636363. Windows color (decimal): -6796452 or 6048664. OLE color: 6048664.

HSL color Cylindrical-coordinate representation of color #984B5C: hue angle of 346.75º 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 #984B5C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1527592-
CMYK00.510.390.40
HSL346.75º33.92%44.51%-
HSV(B)346.75º50.66%59.61%-
XYZ17.412.4811.62-
YUV99.96123.51165.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=47.65%
G=23.51%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152759200.510.390.40346.7533.9244.51
Hex984B5C033272815b222d
Octal23011313406347505334255
Binary10011000100101110111000110011100111101000101011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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