Html Css Color HEX #C88860 Burning Sand

📋 copy color: '#C88860'

red 200 ◦ green 136 ◦ blue 96

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

Shades of Burning Sand #C88860

Tints of Burning Sand #C88860

RGB

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

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

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

R = 46.3%
G = 31.48%
B = 22.22%

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

#C88860 (or 0xC88860) is known color: Burning Sand. HEX triplet: C8, 88 and 60. RGB value is (200,136,96). Sum of RGB (Red+Green+Blue) = 200+136+96=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C88860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88860 is #37779F. Grayscale: #969696. Windows color (decimal): -3635104 or 6326472. OLE color: 6326472.

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

Color convert

RGB 200 136 96 -
CMYK 0 0.32 0.52 0.22
HSL 23.08º 0.49% 0.58% -
HSV(B) 23.08º 0.52% 0.78% -
XYZ 34.73 30.73 15.17 -
YUV 150.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 200 136 96 0 0.32 0.52 0.22 23.08 0.49 0.58
Hex C8 88 60 0 20 34 16 17 31 3A
Octal 310 210 140 0 40 64 26 27 61 72
Binary 11001000 10001000 1100000 0 100000 110100 10110 10111 110001 111010

Color Harmonies of #C88860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88860

Black with #C88860

Text Example


Text Example

White with #C88860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88860; }

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

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

background-color css

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

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

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

border-color css

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

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

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