Html Css Color HEX #C8805F Burning Sand

📋 copy color: '#C8805F'

red 200 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #C8805F

Tints of Burning Sand #C8805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 47.28%
G = 30.26%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8805F (or 0xC8805F) is known color: Burning Sand. HEX triplet: C8, 80 and 5F. RGB value is (200,128,95). Sum of RGB (Red+Green+Blue) = 200+128+95=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8805F is #377FA0. Grayscale: #919191. Windows color (decimal): -3637153 or 6258888. OLE color: 6258888.

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

Color convert

RGB 200 128 95 -
CMYK 0 0.36 0.52 0.22
HSL 18.86º 0.49% 0.58% -
HSV(B) 18.86º 0.53% 0.78% -
XYZ 33.6 28.54 14.56 -
YUV 145.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 200 128 95 0 0.36 0.52 0.22 18.86 0.49 0.58
Hex C8 80 5F 0 24 34 16 13 31 3A
Octal 310 200 137 0 44 64 26 23 61 72
Binary 11001000 10000000 1011111 0 100100 110100 10110 10011 110001 111010

Color Harmonies of #C8805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8805F

Black with #C8805F

Text Example


Text Example

White with #C8805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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