Html Css Color HEX #C18461 Burning Sand

📋 copy color: '#C18461'

red 193 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #C18461

Tints of Burning Sand #C18461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 45.73%
G = 31.28%
B = 22.99%

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

#C18461 (or 0xC18461) is known color: Burning Sand. HEX triplet: C1, 84 and 61. RGB value is (193,132,97). Sum of RGB (Red+Green+Blue) = 193+132+97=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C18461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18461 is #3E7B9E. Grayscale: #929292. Windows color (decimal): -4094879 or 6390977. OLE color: 6390977.

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

Color convert

RGB 193 132 97 -
CMYK 0 0.32 0.50 0.24
HSL 21.88º 0.44% 0.57% -
HSV(B) 21.88º 0.5% 0.76% -
XYZ 32.4 28.7 15.14 -
YUV 146.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 193 132 97 0 0.32 0.50 0.24 21.88 0.44 0.57
Hex C1 84 61 0 20 32 18 16 2C 39
Octal 301 204 141 0 40 62 30 26 54 71
Binary 11000001 10000100 1100001 0 100000 110010 11000 10110 101100 111001

Color Harmonies of #C18461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18461

Black with #C18461

Text Example


Text Example

White with #C18461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18461; }

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

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

background-color css

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

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

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

border-color css

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

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

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