Html Css Color HEX #C0886C Burning Sand

📋 copy color: '#C0886C'

red 192 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #C0886C

Tints of Burning Sand #C0886C

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

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

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

R = 44.04%
G = 31.19%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0886C (or 0xC0886C) is known color: Burning Sand. HEX triplet: C0, 88 and 6C. RGB value is (192,136,108). Sum of RGB (Red+Green+Blue) = 192+136+108=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0886C is #3F7793. Grayscale: #959595. Windows color (decimal): -4159380 or 7112896. OLE color: 7112896.

HSL color Cylindrical-coordinate representation of color #C0886C: hue angle of 20º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0886C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 108 -
CMYK 0 0.29 0.44 0.25
HSL 20º 0.4% 0.59% -
HSV(B) 20º 0.44% 0.75% -
XYZ 33.25 29.9 18.21 -
YUV 149.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 192 136 108 0 0.29 0.44 0.25 20 0.4 0.59
Hex C0 88 6C 0 1D 2C 19 14 28 3B
Octal 300 210 154 0 35 54 31 24 50 73
Binary 11000000 10001000 1101100 0 11101 101100 11001 10100 101000 111011

Color Harmonies of #C0886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0886C

Black with #C0886C

Text Example


Text Example

White with #C0886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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