Html Css Color HEX #C08260 Burning Sand

📋 copy color: '#C08260'

red 192 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #C08260

Tints of Burning Sand #C08260

RGB

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

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

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

R = 45.93%
G = 31.1%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08260 (or 0xC08260) is known color: Burning Sand. HEX triplet: C0, 82 and 60. RGB value is (192,130,96). Sum of RGB (Red+Green+Blue) = 192+130+96=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C08260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08260 is #3F7D9F. Grayscale: #909090. Windows color (decimal): -4160928 or 6324928. OLE color: 6324928.

HSL color Cylindrical-coordinate representation of color #C08260: hue angle of 21.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08260 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 96 -
CMYK 0 0.32 0.50 0.25
HSL 21.25º 0.43% 0.56% -
HSV(B) 21.25º 0.5% 0.75% -
XYZ 31.83 28.02 14.8 -
YUV 144.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 192 130 96 0 0.32 0.50 0.25 21.25 0.43 0.56
Hex C0 82 60 0 20 32 19 15 2B 38
Octal 300 202 140 0 40 62 31 25 53 70
Binary 11000000 10000010 1100000 0 100000 110010 11001 10101 101011 111000

Color Harmonies of #C08260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08260

Black with #C08260

Text Example


Text Example

White with #C08260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08260; }

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

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

background-color css

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

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

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

border-color css

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

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

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