Html Css Color HEX #C8806D Burning Sand

📋 copy color: '#C8806D'

red 200 ◦ green 128 ◦ blue 109

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

Shades of Burning Sand #C8806D

Tints of Burning Sand #C8806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

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

R = 45.77%
G = 29.29%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8806D (or 0xC8806D) is known color: Burning Sand. HEX triplet: C8, 80 and 6D. RGB value is (200,128,109). Sum of RGB (Red+Green+Blue) = 200+128+109=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8806D is #377F92. Grayscale: #939393. Windows color (decimal): -3637139 or 7176392. OLE color: 7176392.

HSL color Cylindrical-coordinate representation of color #C8806D: hue angle of 12.53º 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 #C8806D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 109 -
CMYK 0 0.36 0.46 0.22
HSL 12.53º 0.45% 0.61% -
HSV(B) 12.53º 0.46% 0.78% -
XYZ 34.3 28.82 18.22 -
YUV 147.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 200 128 109 0 0.36 0.46 0.22 12.53 0.45 0.61
Hex C8 80 6D 0 24 2E 16 D 2D 3D
Octal 310 200 155 0 44 56 26 15 55 75
Binary 11001000 10000000 1101101 0 100100 101110 10110 1101 101101 111101

Color Harmonies of #C8806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8806D

Black with #C8806D

Text Example


Text Example

White with #C8806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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