Html Css Color HEX #C8805D Burning Sand

📋 copy color: '#C8805D'

red 200 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #C8805D

Tints of Burning Sand #C8805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 47.51%
G = 30.4%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8805D (or 0xC8805D) is known color: Burning Sand. HEX triplet: C8, 80 and 5D. RGB value is (200,128,93). Sum of RGB (Red+Green+Blue) = 200+128+93=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8805D is #377FA2. Grayscale: #919191. Windows color (decimal): -3637155 or 6127816. OLE color: 6127816.

HSL color Cylindrical-coordinate representation of color #C8805D: hue angle of 19.63º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8805D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 93 -
CMYK 0 0.36 0.54 0.22
HSL 19.63º 0.49% 0.57% -
HSV(B) 19.63º 0.54% 0.78% -
XYZ 33.51 28.51 14.09 -
YUV 145.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 200 128 93 0 0.36 0.54 0.22 19.63 0.49 0.57
Hex C8 80 5D 0 24 36 16 14 31 39
Octal 310 200 135 0 44 66 26 24 61 71
Binary 11001000 10000000 1011101 0 100100 110110 10110 10100 110001 111001

Color Harmonies of #C8805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8805D

Black with #C8805D

Text Example


Text Example

White with #C8805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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