Html Css Color HEX #C18059 Burning Sand

📋 copy color: '#C18059'

red 193 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #C18059

Tints of Burning Sand #C18059

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

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

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

R = 47.07%
G = 31.22%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C18059 (or 0xC18059) is known color: Burning Sand. HEX triplet: C1, 80 and 59. RGB value is (193,128,89). Sum of RGB (Red+Green+Blue) = 193+128+89=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C18059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18059 is #3E7FA6. Grayscale: #8F8F8F. Windows color (decimal): -4095911 or 5865665. OLE color: 5865665.

HSL color Cylindrical-coordinate representation of color #C18059: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18059 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 89 -
CMYK 0 0.34 0.54 0.24
HSL 22.5º 0.46% 0.55% -
HSV(B) 22.5º 0.54% 0.76% -
XYZ 31.51 27.5 13.1 -
YUV 142.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 193 128 89 0 0.34 0.54 0.24 22.5 0.46 0.55
Hex C1 80 59 0 22 36 18 16 2E 37
Octal 301 200 131 0 42 66 30 26 56 67
Binary 11000001 10000000 1011001 0 100010 110110 11000 10110 101110 110111

Color Harmonies of #C18059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18059

Black with #C18059

Text Example


Text Example

White with #C18059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18059; }

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

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

background-color css

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

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

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

border-color css

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

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

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