Html Css Color HEX #C18259 Burning Sand

📋 copy color: '#C18259'

red 193 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #C18259

Tints of Burning Sand #C18259

RGB

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

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

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

R = 46.84%
G = 31.55%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C18259 (or 0xC18259) is known color: Burning Sand. HEX triplet: C1, 82 and 59. RGB value is (193,130,89). Sum of RGB (Red+Green+Blue) = 193+130+89=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18259 is #3E7DA6. Grayscale: #909090. Windows color (decimal): -4095399 or 5866177. OLE color: 5866177.

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

Color convert

RGB 193 130 89 -
CMYK 0 0.33 0.54 0.24
HSL 23.65º 0.46% 0.55% -
HSV(B) 23.65º 0.54% 0.76% -
XYZ 31.78 28.02 13.19 -
YUV 144.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 193 130 89 0 0.33 0.54 0.24 23.65 0.46 0.55
Hex C1 82 59 0 21 36 18 18 2E 37
Octal 301 202 131 0 41 66 30 30 56 67
Binary 11000001 10000010 1011001 0 100001 110110 11000 11000 101110 110111

Color Harmonies of #C18259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18259

Black with #C18259

Text Example


Text Example

White with #C18259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18259; }

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

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

background-color css

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

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

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

border-color css

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

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

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