Html Css Color HEX #C8876A Burning Sand

📋 copy color: '#C8876A'

red 200 ◦ green 135 ◦ blue 106

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

Shades of Burning Sand #C8876A

Tints of Burning Sand #C8876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.04%

R = 45.35%
G = 30.61%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8876A (or 0xC8876A) is known color: Burning Sand. HEX triplet: C8, 87 and 6A. RGB value is (200,135,106). Sum of RGB (Red+Green+Blue) = 200+135+106=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8876A is #377895. Grayscale: #979797. Windows color (decimal): -3635350 or 6981576. OLE color: 6981576.

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

Color convert

RGB 200 135 106 -
CMYK 0 0.32 0.47 0.22
HSL 18.51º 0.46% 0.6% -
HSV(B) 18.51º 0.47% 0.78% -
XYZ 35.08 30.65 17.7 -
YUV 151.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 200 135 106 0 0.32 0.47 0.22 18.51 0.46 0.6
Hex C8 87 6A 0 20 2F 16 13 2E 3C
Octal 310 207 152 0 40 57 26 23 56 74
Binary 11001000 10000111 1101010 0 100000 101111 10110 10011 101110 111100

Color Harmonies of #C8876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8876A

Black with #C8876A

Text Example


Text Example

White with #C8876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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