Html Css Color HEX #C0836A Burning Sand

📋 copy color: '#C0836A'

red 192 ◦ green 131 ◦ blue 106

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

Shades of Burning Sand #C0836A

Tints of Burning Sand #C0836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 44.76%
G = 30.54%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0836A (or 0xC0836A) is known color: Burning Sand. HEX triplet: C0, 83 and 6A. RGB value is (192,131,106). Sum of RGB (Red+Green+Blue) = 192+131+106=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0836A is #3F7C95. Grayscale: #929292. Windows color (decimal): -4160662 or 6980544. OLE color: 6980544.

HSL color Cylindrical-coordinate representation of color #C0836A: hue angle of 17.44º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0836A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 106 -
CMYK 0 0.32 0.45 0.25
HSL 17.44º 0.41% 0.58% -
HSV(B) 17.44º 0.45% 0.75% -
XYZ 32.46 28.48 17.42 -
YUV 146.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 192 131 106 0 0.32 0.45 0.25 17.44 0.41 0.58
Hex C0 83 6A 0 20 2D 19 11 29 3A
Octal 300 203 152 0 40 55 31 21 51 72
Binary 11000000 10000011 1101010 0 100000 101101 11001 10001 101001 111010

Color Harmonies of #C0836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0836A

Black with #C0836A

Text Example


Text Example

White with #C0836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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