#984E6B

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

Shades of Cadillac #984E6B

Tints of Cadillac #984E6B

Color information

#984E6B (or 0x984E6B) is unknown color: approx Cadillac. HEX triplet: 98, 4E and 6B. RGB value is (152,78,107). Sum of RGB (Red+Green+Blue) = 152+78+107=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E6B is #67B194. Grayscale: #676767. Windows color (decimal): -6795669 or 7032472. OLE color: 7032472.

HSL color Cylindrical-coordinate representation of color #984E6B: hue angle of 336.49º degrees, saturation: 0.32, 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 #984E6B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15278107-
CMYK00.490.300.40
HSL336.49º32.17%45.1%-
HSV(B)336.49º48.68%59.61%-
XYZ18.3313.1915.49-
YUV103.43130.02162.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=45.10%
G=23.15%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527810700.490.300.40336.4932.1745.1
Hex984E6B0311E28150202d
Octal23011615306136505204055
Binary1001100010011101101011011000111110101000101010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,78,107); }

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

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

 a { background-color: rgb(152,78,107); }

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

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

 span { border-color: rgb(152,78,107); }

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