Html Css Color HEX #984856 Cadillac

📋 copy color: '#984856'

red 152 ◦ green 72 ◦ blue 86

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

Shades of Cadillac #984856

Tints of Cadillac #984856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 49.03%
G = 23.23%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#984856 (or 0x984856) is known color: Cadillac. HEX triplet: 98, 48 and 56. RGB value is (152,72,86). Sum of RGB (Red+Green+Blue) = 152+72+86=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #984856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984856 is #67B7A9. Grayscale: #616161. Windows color (decimal): -6797226 or 5654680. OLE color: 5654680.

HSL color Cylindrical-coordinate representation of color #984856: hue angle of 349.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984856 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 86 -
CMYK 0 0.53 0.43 0.40
HSL 349.5º 0.36% 0.44% -
HSV(B) 349.5º 0.53% 0.6% -
XYZ 16.95 11.98 10.22 -
YUV 97.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 152 72 86 0 0.53 0.43 0.40 349.5 0.36 0.44
Hex 98 48 56 0 35 2B 28 15E 24 2C
Octal 230 110 126 0 65 53 50 536 44 54
Binary 10011000 1001000 1010110 0 110101 101011 101000 101011110 100100 101100

Color Harmonies of #984856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984856

Black with #984856

Text Example


Text Example

White with #984856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984856; }

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

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

background-color css

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

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

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

border-color css

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

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

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