Html Css Color HEX #C08460 Burning Sand

📋 copy color: '#C08460'

red 192 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #C08460

Tints of Burning Sand #C08460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 45.71%
G = 31.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08460 (or 0xC08460) is known color: Burning Sand. HEX triplet: C0, 84 and 60. RGB value is (192,132,96). Sum of RGB (Red+Green+Blue) = 192+132+96=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08460 is #3F7B9F. Grayscale: #929292. Windows color (decimal): -4160416 or 6325440. OLE color: 6325440.

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

Color convert

RGB 192 132 96 -
CMYK 0 0.31 0.50 0.25
HSL 22.5º 0.43% 0.56% -
HSV(B) 22.5º 0.5% 0.75% -
XYZ 32.1 28.55 14.89 -
YUV 145.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 192 132 96 0 0.31 0.50 0.25 22.5 0.43 0.56
Hex C0 84 60 0 1F 32 19 16 2B 38
Octal 300 204 140 0 37 62 31 26 53 70
Binary 11000000 10000100 1100000 0 11111 110010 11001 10110 101011 111000

Color Harmonies of #C08460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08460

Black with #C08460

Text Example


Text Example

White with #C08460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08460; }

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

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

background-color css

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

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

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

border-color css

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

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

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