Html Css Color HEX #C8806F Burning Sand

📋 copy color: '#C8806F'

red 200 ◦ green 128 ◦ blue 111

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

Shades of Burning Sand #C8806F

Tints of Burning Sand #C8806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 45.56%
G = 29.16%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8806F (or 0xC8806F) is known color: Burning Sand. HEX triplet: C8, 80 and 6F. RGB value is (200,128,111). Sum of RGB (Red+Green+Blue) = 200+128+111=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8806F is #377F90. Grayscale: #939393. Windows color (decimal): -3637137 or 7307464. OLE color: 7307464.

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

Color convert

RGB 200 128 111 -
CMYK 0 0.36 0.44 0.22
HSL 11.46º 0.45% 0.61% -
HSV(B) 11.46º 0.45% 0.78% -
XYZ 34.41 28.87 18.8 -
YUV 147.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 200 128 111 0 0.36 0.44 0.22 11.46 0.45 0.61
Hex C8 80 6F 0 24 2C 16 B 2D 3D
Octal 310 200 157 0 44 54 26 13 55 75
Binary 11001000 10000000 1101111 0 100100 101100 10110 1011 101101 111101

Color Harmonies of #C8806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8806F

Black with #C8806F

Text Example


Text Example

White with #C8806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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