Html Css Color HEX #C8886D Burning Sand

📋 copy color: '#C8886D'

red 200 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #C8886D

Tints of Burning Sand #C8886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 44.94%
G = 30.56%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8886D (or 0xC8886D) is known color: Burning Sand. HEX triplet: C8, 88 and 6D. RGB value is (200,136,109). Sum of RGB (Red+Green+Blue) = 200+136+109=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8886D is #377792. Grayscale: #989898. Windows color (decimal): -3635091 or 7178440. OLE color: 7178440.

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

Color convert

RGB 200 136 109 -
CMYK 0 0.32 0.46 0.22
HSL 17.8º 0.45% 0.61% -
HSV(B) 17.8º 0.46% 0.78% -
XYZ 35.38 30.99 18.59 -
YUV 152.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 200 136 109 0 0.32 0.46 0.22 17.8 0.45 0.61
Hex C8 88 6D 0 20 2E 16 12 2D 3D
Octal 310 210 155 0 40 56 26 22 55 75
Binary 11001000 10001000 1101101 0 100000 101110 10110 10010 101101 111101

Color Harmonies of #C8886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8886D

Black with #C8886D

Text Example


Text Example

White with #C8886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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