Html Css Color HEX #C98860 Burning Sand

📋 copy color: '#C98860'

red 201 ◦ green 136 ◦ blue 96

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

Shades of Burning Sand #C98860

Tints of Burning Sand #C98860

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 46.42%
G = 31.41%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C98860 (or 0xC98860) is known color: Burning Sand. HEX triplet: C9, 88 and 60. RGB value is (201,136,96). Sum of RGB (Red+Green+Blue) = 201+136+96=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98860 is #36779F. Grayscale: #979797. Windows color (decimal): -3569568 or 6326473. OLE color: 6326473.

HSL color Cylindrical-coordinate representation of color #C98860: hue angle of 22.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C98860 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 96 -
CMYK 0 0.32 0.52 0.21
HSL 22.86º 0.49% 0.58% -
HSV(B) 22.86º 0.52% 0.79% -
XYZ 35 30.87 15.18 -
YUV 150.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 201 136 96 0 0.32 0.52 0.21 22.86 0.49 0.58
Hex C9 88 60 0 20 34 15 17 31 3A
Octal 311 210 140 0 40 64 25 27 61 72
Binary 11001001 10001000 1100000 0 100000 110100 10101 10111 110001 111010

Color Harmonies of #C98860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98860

Black with #C98860

Text Example


Text Example

White with #C98860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98860; }

 p { color: rgb(201,136,96); }

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

background-color css

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

 a { background-color: rgb(201,136,96); }

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

border-color css

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

 span { border-color: rgb(201,136,96); }

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