Html Css Color HEX #C18261 Burning Sand

📋 copy color: '#C18261'

red 193 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #C18261

Tints of Burning Sand #C18261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 45.95%
G = 30.95%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18261 (or 0xC18261) is known color: Burning Sand. HEX triplet: C1, 82 and 61. RGB value is (193,130,97). Sum of RGB (Red+Green+Blue) = 193+130+97=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18261 is #3E7D9E. Grayscale: #919191. Windows color (decimal): -4095391 or 6390465. OLE color: 6390465.

HSL color Cylindrical-coordinate representation of color #C18261: hue angle of 20.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18261 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 97 -
CMYK 0 0.33 0.50 0.24
HSL 20.63º 0.44% 0.57% -
HSV(B) 20.63º 0.5% 0.76% -
XYZ 32.13 28.17 15.05 -
YUV 145.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 193 130 97 0 0.33 0.50 0.24 20.63 0.44 0.57
Hex C1 82 61 0 21 32 18 15 2C 39
Octal 301 202 141 0 41 62 30 25 54 71
Binary 11000001 10000010 1100001 0 100001 110010 11000 10101 101100 111001

Color Harmonies of #C18261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18261

Black with #C18261

Text Example


Text Example

White with #C18261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18261; }

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

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

background-color css

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

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

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

border-color css

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

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

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