Html Css Color HEX #C8885F Burning Sand

📋 copy color: '#C8885F'

red 200 ◦ green 136 ◦ blue 95

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

Shades of Burning Sand #C8885F

Tints of Burning Sand #C8885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 46.4%
G = 31.55%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8885F (or 0xC8885F) is known color: Burning Sand. HEX triplet: C8, 88 and 5F. RGB value is (200,136,95). Sum of RGB (Red+Green+Blue) = 200+136+95=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8885F is #3777A0. Grayscale: #969696. Windows color (decimal): -3635105 or 6260936. OLE color: 6260936.

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

Color convert

RGB 200 136 95 -
CMYK 0 0.32 0.52 0.22
HSL 23.43º 0.49% 0.58% -
HSV(B) 23.43º 0.53% 0.78% -
XYZ 34.69 30.71 14.93 -
YUV 150.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 200 136 95 0 0.32 0.52 0.22 23.43 0.49 0.58
Hex C8 88 5F 0 20 34 16 17 31 3A
Octal 310 210 137 0 40 64 26 27 61 72
Binary 11001000 10001000 1011111 0 100000 110100 10110 10111 110001 111010

Color Harmonies of #C8885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8885F

Black with #C8885F

Text Example


Text Example

White with #C8885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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