Html Css Color HEX #C68260 Burning Sand

📋 copy color: '#C68260'

red 198 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #C68260

Tints of Burning Sand #C68260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 46.7%
G = 30.66%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C68260 (or 0xC68260) is known color: Burning Sand. HEX triplet: C6, 82 and 60. RGB value is (198,130,96). Sum of RGB (Red+Green+Blue) = 198+130+96=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C68260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68260 is #397D9F. Grayscale: #929292. Windows color (decimal): -3767712 or 6324934. OLE color: 6324934.

HSL color Cylindrical-coordinate representation of color #C68260: hue angle of 20º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C68260 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 96 -
CMYK 0 0.34 0.52 0.22
HSL 20º 0.47% 0.58% -
HSV(B) 20º 0.52% 0.78% -
XYZ 33.38 28.82 14.87 -
YUV 146.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 198 130 96 0 0.34 0.52 0.22 20 0.47 0.58
Hex C6 82 60 0 22 34 16 14 2F 3A
Octal 306 202 140 0 42 64 26 24 57 72
Binary 11000110 10000010 1100000 0 100010 110100 10110 10100 101111 111010

Color Harmonies of #C68260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68260

Black with #C68260

Text Example


Text Example

White with #C68260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68260; }

 p { color: rgb(198,130,96); }

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

background-color css

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

 a { background-color: rgb(198,130,96); }

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

border-color css

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

 span { border-color: rgb(198,130,96); }

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