Html Css Color HEX #C0856C Burning Sand

📋 copy color: '#C0856C'

red 192 ◦ green 133 ◦ blue 108

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

Shades of Burning Sand #C0856C

Tints of Burning Sand #C0856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 44.34%
G = 30.72%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0856C (or 0xC0856C) is known color: Burning Sand. HEX triplet: C0, 85 and 6C. RGB value is (192,133,108). Sum of RGB (Red+Green+Blue) = 192+133+108=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0856C is #3F7A93. Grayscale: #939393. Windows color (decimal): -4160148 or 7112128. OLE color: 7112128.

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

Color convert

RGB 192 133 108 -
CMYK 0 0.31 0.44 0.25
HSL 17.86º 0.4% 0.59% -
HSV(B) 17.86º 0.44% 0.75% -
XYZ 32.83 29.06 18.07 -
YUV 147.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 192 133 108 0 0.31 0.44 0.25 17.86 0.4 0.59
Hex C0 85 6C 0 1F 2C 19 12 28 3B
Octal 300 205 154 0 37 54 31 22 50 73
Binary 11000000 10000101 1101100 0 11111 101100 11001 10010 101000 111011

Color Harmonies of #C0856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0856C

Black with #C0856C

Text Example


Text Example

White with #C0856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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