Html Css Color HEX #984D56 Cadillac

📋 copy color: '#984D56'

red 152 ◦ green 77 ◦ blue 86

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

Shades of Cadillac #984D56

Tints of Cadillac #984D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 48.25%
G = 24.44%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#984D56 (or 0x984D56) is known color: Cadillac. HEX triplet: 98, 4D and 56. RGB value is (152,77,86). Sum of RGB (Red+Green+Blue) = 152+77+86=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D56 is #67B2A9. Grayscale: #646464. Windows color (decimal): -6795946 or 5655960. OLE color: 5655960.

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

Color convert

RGB 152 77 86 -
CMYK 0 0.49 0.43 0.40
HSL 352.8º 0.33% 0.45% -
HSV(B) 352.8º 0.49% 0.6% -
XYZ 17.28 12.66 10.34 -
YUV 100.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 152 77 86 0 0.49 0.43 0.40 352.8 0.33 0.45
Hex 98 4D 56 0 31 2B 28 161 21 2D
Octal 230 115 126 0 61 53 50 541 41 55
Binary 10011000 1001101 1010110 0 110001 101011 101000 101100001 100001 101101

Color Harmonies of #984D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D56

Black with #984D56

Text Example


Text Example

White with #984D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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