Html Css Color HEX #C88861 Burning Sand

📋 copy color: '#C88861'

red 200 ◦ green 136 ◦ blue 97

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

Shades of Burning Sand #C88861

Tints of Burning Sand #C88861

RGB

 RED value IS 200 (78.52% from 255) = 46.19%

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

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 46.19%
G = 31.41%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88861 (or 0xC88861) is known color: Burning Sand. HEX triplet: C8, 88 and 61. RGB value is (200,136,97). Sum of RGB (Red+Green+Blue) = 200+136+97=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88861 is #37779E. Grayscale: #969696. Windows color (decimal): -3635103 or 6392008. OLE color: 6392008.

HSL color Cylindrical-coordinate representation of color #C88861: hue angle of 22.72º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88861 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 97 -
CMYK 0 0.32 0.52 0.22
HSL 22.72º 0.48% 0.58% -
HSV(B) 22.72º 0.52% 0.78% -
XYZ 34.78 30.75 15.41 -
YUV 150.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 200 136 97 0 0.32 0.52 0.22 22.72 0.48 0.58
Hex C8 88 61 0 20 34 16 17 30 3A
Octal 310 210 141 0 40 64 26 27 60 72
Binary 11001000 10001000 1100001 0 100000 110100 10110 10111 110000 111010

Color Harmonies of #C88861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88861

Black with #C88861

Text Example


Text Example

White with #C88861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88861; }

 p { color: rgb(200,136,97); }

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

background-color css

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

 a { background-color: rgb(200,136,97); }

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

border-color css

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

 span { border-color: rgb(200,136,97); }

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