Html Css Color HEX #C68056 Burning Sand

📋 copy color: '#C68056'

red 198 ◦ green 128 ◦ blue 86

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

Shades of Burning Sand #C68056

Tints of Burning Sand #C68056

RGB

 RED value IS 198 (77.73% from 255) = 48.06%

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 48.06%
G = 31.07%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C68056 (or 0xC68056) is known color: Burning Sand. HEX triplet: C6, 80 and 56. RGB value is (198,128,86). Sum of RGB (Red+Green+Blue) = 198+128+86=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68056 is #397FA9. Grayscale: #909090. Windows color (decimal): -3768234 or 5669062. OLE color: 5669062.

HSL color Cylindrical-coordinate representation of color #C68056: hue angle of 22.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C68056 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 86 -
CMYK 0 0.35 0.57 0.22
HSL 22.5º 0.5% 0.56% -
HSV(B) 22.5º 0.57% 0.78% -
XYZ 32.69 28.12 12.51 -
YUV 144.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 198 128 86 0 0.35 0.57 0.22 22.5 0.5 0.56
Hex C6 80 56 0 23 39 16 16 32 38
Octal 306 200 126 0 43 71 26 26 62 70
Binary 11000110 10000000 1010110 0 100011 111001 10110 10110 110010 111000

Color Harmonies of #C68056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68056

Black with #C68056

Text Example


Text Example

White with #C68056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68056; }

 p { color: rgb(198,128,86); }

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

background-color css

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

 a { background-color: rgb(198,128,86); }

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

border-color css

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

 span { border-color: rgb(198,128,86); }

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