Html Css Color HEX #C0836C Burning Sand

📋 copy color: '#C0836C'

red 192 ◦ green 131 ◦ blue 108

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

Shades of Burning Sand #C0836C

Tints of Burning Sand #C0836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 44.55%
G = 30.39%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0836C (or 0xC0836C) is known color: Burning Sand. HEX triplet: C0, 83 and 6C. RGB value is (192,131,108). Sum of RGB (Red+Green+Blue) = 192+131+108=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0836C is #3F7C93. Grayscale: #929292. Windows color (decimal): -4160660 or 7111616. OLE color: 7111616.

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

Color convert

RGB 192 131 108 -
CMYK 0 0.32 0.44 0.25
HSL 16.43º 0.4% 0.59% -
HSV(B) 16.43º 0.44% 0.75% -
XYZ 32.56 28.52 17.98 -
YUV 146.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 192 131 108 0 0.32 0.44 0.25 16.43 0.4 0.59
Hex C0 83 6C 0 20 2C 19 10 28 3B
Octal 300 203 154 0 40 54 31 20 50 73
Binary 11000000 10000011 1101100 0 100000 101100 11001 10000 101000 111011

Color Harmonies of #C0836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0836C

Black with #C0836C

Text Example


Text Example

White with #C0836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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