Html Css Color HEX #C08059 Burning Sand

📋 copy color: '#C08059'

red 192 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #C08059

Tints of Burning Sand #C08059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.76%

R = 46.94%
G = 31.3%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C08059 (or 0xC08059) is known color: Burning Sand. HEX triplet: C0, 80 and 59. RGB value is (192,128,89). Sum of RGB (Red+Green+Blue) = 192+128+89=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08059 is #3F7FA6. Grayscale: #8E8E8E. Windows color (decimal): -4161447 or 5865664. OLE color: 5865664.

HSL color Cylindrical-coordinate representation of color #C08059: hue angle of 22.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08059 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 89 -
CMYK 0 0.33 0.54 0.25
HSL 22.72º 0.45% 0.55% -
HSV(B) 22.72º 0.54% 0.75% -
XYZ 31.26 27.37 13.09 -
YUV 142.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 192 128 89 0 0.33 0.54 0.25 22.72 0.45 0.55
Hex C0 80 59 0 21 36 19 17 2D 37
Octal 300 200 131 0 41 66 31 27 55 67
Binary 11000000 10000000 1011001 0 100001 110110 11001 10111 101101 110111

Color Harmonies of #C08059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08059

Black with #C08059

Text Example


Text Example

White with #C08059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08059; }

 p { color: rgb(192,128,89); }

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

background-color css

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

 a { background-color: rgb(192,128,89); }

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

border-color css

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

 span { border-color: rgb(192,128,89); }

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