Html Css Color HEX #C8845E Burning Sand

📋 copy color: '#C8845E'

red 200 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #C8845E

Tints of Burning Sand #C8845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 46.95%
G = 30.99%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8845E (or 0xC8845E) is known color: Burning Sand. HEX triplet: C8, 84 and 5E. RGB value is (200,132,94). Sum of RGB (Red+Green+Blue) = 200+132+94=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8845E is #377BA1. Grayscale: #949494. Windows color (decimal): -3636130 or 6194376. OLE color: 6194376.

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

Color convert

RGB 200 132 94 -
CMYK 0 0.34 0.53 0.22
HSL 21.51º 0.49% 0.58% -
HSV(B) 21.51º 0.53% 0.78% -
XYZ 34.09 29.59 14.5 -
YUV 148 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 200 132 94 0 0.34 0.53 0.22 21.51 0.49 0.58
Hex C8 84 5E 0 22 35 16 16 31 3A
Octal 310 204 136 0 42 65 26 26 61 72
Binary 11001000 10000100 1011110 0 100010 110101 10110 10110 110001 111010

Color Harmonies of #C8845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8845E

Black with #C8845E

Text Example


Text Example

White with #C8845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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