Html Css Color HEX #C18360 Burning Sand

📋 copy color: '#C18360'

red 193 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C18360

Tints of Burning Sand #C18360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 45.95%
G = 31.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18360 (or 0xC18360) is known color: Burning Sand. HEX triplet: C1, 83 and 60. RGB value is (193,131,96). Sum of RGB (Red+Green+Blue) = 193+131+96=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18360 is #3E7C9F. Grayscale: #919191. Windows color (decimal): -4095136 or 6325185. OLE color: 6325185.

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

Color convert

RGB 193 131 96 -
CMYK 0 0.32 0.50 0.24
HSL 21.65º 0.44% 0.57% -
HSV(B) 21.65º 0.5% 0.76% -
XYZ 32.22 28.41 14.85 -
YUV 145.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 193 131 96 0 0.32 0.50 0.24 21.65 0.44 0.57
Hex C1 83 60 0 20 32 18 16 2C 39
Octal 301 203 140 0 40 62 30 26 54 71
Binary 11000001 10000011 1100000 0 100000 110010 11000 10110 101100 111001

Color Harmonies of #C18360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18360

Black with #C18360

Text Example


Text Example

White with #C18360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18360; }

 p { color: rgb(193,131,96); }

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

background-color css

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

 a { background-color: rgb(193,131,96); }

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

border-color css

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

 span { border-color: rgb(193,131,96); }

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