Html Css Color HEX #C8886C Burning Sand

📋 copy color: '#C8886C'

red 200 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #C8886C

Tints of Burning Sand #C8886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 45.05%
G = 30.63%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8886C (or 0xC8886C) is known color: Burning Sand. HEX triplet: C8, 88 and 6C. RGB value is (200,136,108). Sum of RGB (Red+Green+Blue) = 200+136+108=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8886C is #377793. Grayscale: #989898. Windows color (decimal): -3635092 or 7112904. OLE color: 7112904.

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

Color convert

RGB 200 136 108 -
CMYK 0 0.32 0.46 0.22
HSL 18.26º 0.46% 0.6% -
HSV(B) 18.26º 0.46% 0.78% -
XYZ 35.33 30.97 18.3 -
YUV 151.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 200 136 108 0 0.32 0.46 0.22 18.26 0.46 0.6
Hex C8 88 6C 0 20 2E 16 12 2E 3C
Octal 310 210 154 0 40 56 26 22 56 74
Binary 11001000 10001000 1101100 0 100000 101110 10110 10010 101110 111100

Color Harmonies of #C8886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8886C

Black with #C8886C

Text Example


Text Example

White with #C8886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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