Html Css Color HEX #C18160 Burning Sand

📋 copy color: '#C18160'

red 193 ◦ green 129 ◦ blue 96

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

Shades of Burning Sand #C18160

Tints of Burning Sand #C18160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 46.17%
G = 30.86%
B = 22.97%

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

#C18160 (or 0xC18160) is known color: Burning Sand. HEX triplet: C1, 81 and 60. RGB value is (193,129,96). Sum of RGB (Red+Green+Blue) = 193+129+96=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C18160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18160 is #3E7E9F. Grayscale: #909090. Windows color (decimal): -4095648 or 6324673. OLE color: 6324673.

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

Color convert

RGB 193 129 96 -
CMYK 0 0.33 0.50 0.24
HSL 20.41º 0.44% 0.57% -
HSV(B) 20.41º 0.5% 0.76% -
XYZ 31.95 27.88 14.76 -
YUV 144.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 193 129 96 0 0.33 0.50 0.24 20.41 0.44 0.57
Hex C1 81 60 0 21 32 18 14 2C 39
Octal 301 201 140 0 41 62 30 24 54 71
Binary 11000001 10000001 1100000 0 100001 110010 11000 10100 101100 111001

Color Harmonies of #C18160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18160

Black with #C18160

Text Example


Text Example

White with #C18160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18160; }

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

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

background-color css

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

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

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

border-color css

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

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

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