Html Css Color HEX #C8876E Burning Sand

📋 copy color: '#C8876E'

red 200 ◦ green 135 ◦ blue 110

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

Shades of Burning Sand #C8876E

Tints of Burning Sand #C8876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 44.94%
G = 30.34%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8876E (or 0xC8876E) is known color: Burning Sand. HEX triplet: C8, 87 and 6E. RGB value is (200,135,110). Sum of RGB (Red+Green+Blue) = 200+135+110=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8876E is #377891. Grayscale: #979797. Windows color (decimal): -3635346 or 7243720. OLE color: 7243720.

HSL color Cylindrical-coordinate representation of color #C8876E: hue angle of 16.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8876E is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 110 -
CMYK 0 0.32 0.45 0.22
HSL 16.67º 0.45% 0.61% -
HSV(B) 16.67º 0.45% 0.78% -
XYZ 35.3 30.73 18.82 -
YUV 151.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 200 135 110 0 0.32 0.45 0.22 16.67 0.45 0.61
Hex C8 87 6E 0 20 2D 16 11 2D 3D
Octal 310 207 156 0 40 55 26 21 55 75
Binary 11001000 10000111 1101110 0 100000 101101 10110 10001 101101 111101

Color Harmonies of #C8876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8876E

Black with #C8876E

Text Example


Text Example

White with #C8876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8876E; }

 p { color: rgb(200,135,110); }

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

background-color css

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

 a { background-color: rgb(200,135,110); }

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

border-color css

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

 span { border-color: rgb(200,135,110); }

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