Html Css Color HEX #C08058 Burning Sand

📋 copy color: '#C08058'

red 192 ◦ green 128 ◦ blue 88

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

Shades of Burning Sand #C08058

Tints of Burning Sand #C08058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 47.06%
G = 31.37%
B = 21.57%

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

#C08058 (or 0xC08058) is known color: Burning Sand. HEX triplet: C0, 80 and 58. RGB value is (192,128,88). Sum of RGB (Red+Green+Blue) = 192+128+88=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08058 is #3F7FA7. Grayscale: #8E8E8E. Windows color (decimal): -4161448 or 5800128. OLE color: 5800128.

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

Color convert

RGB 192 128 88 -
CMYK 0 0.33 0.54 0.25
HSL 23.08º 0.45% 0.55% -
HSV(B) 23.08º 0.54% 0.75% -
XYZ 31.22 27.35 12.87 -
YUV 142.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 192 128 88 0 0.33 0.54 0.25 23.08 0.45 0.55
Hex C0 80 58 0 21 36 19 17 2D 37
Octal 300 200 130 0 41 66 31 27 55 67
Binary 11000000 10000000 1011000 0 100001 110110 11001 10111 101101 110111

Color Harmonies of #C08058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08058

Black with #C08058

Text Example


Text Example

White with #C08058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08058; }

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

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

background-color css

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

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

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

border-color css

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

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

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