Html Css Color HEX #C8886E Burning Sand

📋 copy color: '#C8886E'

red 200 ◦ green 136 ◦ blue 110

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

Shades of Burning Sand #C8886E

Tints of Burning Sand #C8886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 44.84%
G = 30.49%
B = 24.66%

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

#C8886E (or 0xC8886E) is known color: Burning Sand. HEX triplet: C8, 88 and 6E. RGB value is (200,136,110). Sum of RGB (Red+Green+Blue) = 200+136+110=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8886E is #377791. Grayscale: #989898. Windows color (decimal): -3635090 or 7243976. OLE color: 7243976.

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

Color convert

RGB 200 136 110 -
CMYK 0 0.32 0.45 0.22
HSL 17.33º 0.45% 0.61% -
HSV(B) 17.33º 0.45% 0.78% -
XYZ 35.44 31.01 18.87 -
YUV 152.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 200 136 110 0 0.32 0.45 0.22 17.33 0.45 0.61
Hex C8 88 6E 0 20 2D 16 11 2D 3D
Octal 310 210 156 0 40 55 26 21 55 75
Binary 11001000 10001000 1101110 0 100000 101101 10110 10001 101101 111101

Color Harmonies of #C8886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8886E

Black with #C8886E

Text Example


Text Example

White with #C8886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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