Html Css Color HEX #C8845D Burning Sand

📋 copy color: '#C8845D'

red 200 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #C8845D

Tints of Burning Sand #C8845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 47.06%
G = 31.06%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8845D (or 0xC8845D) is known color: Burning Sand. HEX triplet: C8, 84 and 5D. RGB value is (200,132,93). Sum of RGB (Red+Green+Blue) = 200+132+93=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8845D is #377BA2. Grayscale: #949494. Windows color (decimal): -3636131 or 6128840. OLE color: 6128840.

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

Color convert

RGB 200 132 93 -
CMYK 0 0.34 0.54 0.22
HSL 21.87º 0.49% 0.57% -
HSV(B) 21.87º 0.54% 0.78% -
XYZ 34.05 29.57 14.27 -
YUV 147.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 200 132 93 0 0.34 0.54 0.22 21.87 0.49 0.57
Hex C8 84 5D 0 22 36 16 16 31 39
Octal 310 204 135 0 42 66 26 26 61 71
Binary 11001000 10000100 1011101 0 100010 110110 10110 10110 110001 111001

Color Harmonies of #C8845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8845D

Black with #C8845D

Text Example


Text Example

White with #C8845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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