Html Css Color HEX #C8865E Burning Sand

📋 copy color: '#C8865E'

red 200 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #C8865E

Tints of Burning Sand #C8865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.31%

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

R = 46.73%
G = 31.31%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8865E (or 0xC8865E) is known color: Burning Sand. HEX triplet: C8, 86 and 5E. RGB value is (200,134,94). Sum of RGB (Red+Green+Blue) = 200+134+94=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8865E is #3779A1. Grayscale: #959595. Windows color (decimal): -3635618 or 6194888. OLE color: 6194888.

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

Color convert

RGB 200 134 94 -
CMYK 0 0.33 0.53 0.22
HSL 22.64º 0.49% 0.58% -
HSV(B) 22.64º 0.53% 0.78% -
XYZ 34.36 30.14 14.6 -
YUV 149.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 200 134 94 0 0.33 0.53 0.22 22.64 0.49 0.58
Hex C8 86 5E 0 21 35 16 17 31 3A
Octal 310 206 136 0 41 65 26 27 61 72
Binary 11001000 10000110 1011110 0 100001 110101 10110 10111 110001 111010

Color Harmonies of #C8865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8865E

Black with #C8865E

Text Example


Text Example

White with #C8865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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