Html Css Color HEX #984D6D Cadillac

📋 copy color: '#984D6D'

red 152 ◦ green 77 ◦ blue 109

#984D6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #984D6D

Tints of Cadillac #984D6D

RGB

 RED value IS 152 (59.77% from 255) = 44.97%

 GREEN value IS 77 (30.47% from 255) = 22.78%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 44.97%
G = 22.78%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#984D6D (or 0x984D6D) is known color: Cadillac. HEX triplet: 98, 4D and 6D. RGB value is (152,77,109). Sum of RGB (Red+Green+Blue) = 152+77+109=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D6D is #67B292. Grayscale: #676767. Windows color (decimal): -6795923 or 7163288. OLE color: 7163288.

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

Color convert

RGB 152 77 109 -
CMYK 0 0.49 0.28 0.40
HSL 334.4º 0.33% 0.45% -
HSV(B) 334.4º 0.49% 0.6% -
XYZ 18.36 13.09 16.03 -
YUV 103.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 152 77 109 0 0.49 0.28 0.40 334.4 0.33 0.45
Hex 98 4D 6D 0 31 1C 28 14E 21 2D
Octal 230 115 155 0 61 34 50 516 41 55
Binary 10011000 1001101 1101101 0 110001 11100 101000 101001110 100001 101101

Color Harmonies of #984D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D6D

Black with #984D6D

Text Example


Text Example

White with #984D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #984D6D;
 }
 .AnyTagClassName
 {
   color: #984D6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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