Html Css Color HEX #C8886B Burning Sand

📋 copy color: '#C8886B'

red 200 ◦ green 136 ◦ blue 107

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

Shades of Burning Sand #C8886B

Tints of Burning Sand #C8886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 45.15%
G = 30.7%
B = 24.15%

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

#C8886B (or 0xC8886B) is known color: Burning Sand. HEX triplet: C8, 88 and 6B. RGB value is (200,136,107). Sum of RGB (Red+Green+Blue) = 200+136+107=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8886B is #377794. Grayscale: #989898. Windows color (decimal): -3635093 or 7047368. OLE color: 7047368.

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

Color convert

RGB 200 136 107 -
CMYK 0 0.32 0.46 0.22
HSL 18.71º 0.46% 0.6% -
HSV(B) 18.71º 0.47% 0.78% -
XYZ 35.28 30.95 18.02 -
YUV 151.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 200 136 107 0 0.32 0.46 0.22 18.71 0.46 0.6
Hex C8 88 6B 0 20 2E 16 13 2E 3C
Octal 310 210 153 0 40 56 26 23 56 74
Binary 11001000 10001000 1101011 0 100000 101110 10110 10011 101110 111100

Color Harmonies of #C8886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8886B

Black with #C8886B

Text Example


Text Example

White with #C8886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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