Html Css Color HEX #C0836B Burning Sand

📋 copy color: '#C0836B'

red 192 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #C0836B

Tints of Burning Sand #C0836B

RGB

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

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

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

R = 44.65%
G = 30.47%
B = 24.88%

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

#C0836B (or 0xC0836B) is known color: Burning Sand. HEX triplet: C0, 83 and 6B. RGB value is (192,131,107). Sum of RGB (Red+Green+Blue) = 192+131+107=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0836B is #3F7C94. Grayscale: #929292. Windows color (decimal): -4160661 or 7046080. OLE color: 7046080.

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

Color convert

RGB 192 131 107 -
CMYK 0 0.32 0.44 0.25
HSL 16.94º 0.4% 0.59% -
HSV(B) 16.94º 0.44% 0.75% -
XYZ 32.51 28.5 17.7 -
YUV 146.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 192 131 107 0 0.32 0.44 0.25 16.94 0.4 0.59
Hex C0 83 6B 0 20 2C 19 11 28 3B
Octal 300 203 153 0 40 54 31 21 50 73
Binary 11000000 10000011 1101011 0 100000 101100 11001 10001 101000 111011

Color Harmonies of #C0836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0836B

Black with #C0836B

Text Example


Text Example

White with #C0836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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