Html Css Color HEX #C18363 Burning Sand

📋 copy color: '#C18363'

red 193 ◦ green 131 ◦ blue 99

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

Shades of Burning Sand #C18363

Tints of Burning Sand #C18363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 45.63%
G = 30.97%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18363 (or 0xC18363) is known color: Burning Sand. HEX triplet: C1, 83 and 63. RGB value is (193,131,99). Sum of RGB (Red+Green+Blue) = 193+131+99=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18363 is #3E7C9C. Grayscale: #929292. Windows color (decimal): -4095133 or 6521793. OLE color: 6521793.

HSL color Cylindrical-coordinate representation of color #C18363: hue angle of 20.43º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C18363 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 99 -
CMYK 0 0.32 0.49 0.24
HSL 20.43º 0.43% 0.57% -
HSV(B) 20.43º 0.49% 0.76% -
XYZ 32.36 28.47 15.59 -
YUV 145.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 193 131 99 0 0.32 0.49 0.24 20.43 0.43 0.57
Hex C1 83 63 0 20 31 18 14 2B 39
Octal 301 203 143 0 40 61 30 24 53 71
Binary 11000001 10000011 1100011 0 100000 110001 11000 10100 101011 111001

Color Harmonies of #C18363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18363

Black with #C18363

Text Example


Text Example

White with #C18363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18363; }

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

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

background-color css

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

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

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

border-color css

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

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

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