Html Css Color HEX #C17C5E Burning Sand

📋 copy color: '#C17C5E'

red 193 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #C17C5E

Tints of Burning Sand #C17C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 46.96%
G = 30.17%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C17C5E (or 0xC17C5E) is known color: Burning Sand. HEX triplet: C1, 7C and 5E. RGB value is (193,124,94). Sum of RGB (Red+Green+Blue) = 193+124+94=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C5E is #3E83A1. Grayscale: #8D8D8D. Windows color (decimal): -4096930 or 6192321. OLE color: 6192321.

HSL color Cylindrical-coordinate representation of color #C17C5E: hue angle of 18.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17C5E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 94 -
CMYK 0 0.36 0.51 0.24
HSL 18.18º 0.44% 0.56% -
HSV(B) 18.18º 0.51% 0.76% -
XYZ 31.22 26.56 14.07 -
YUV 141.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 193 124 94 0 0.36 0.51 0.24 18.18 0.44 0.56
Hex C1 7C 5E 0 24 33 18 12 2C 38
Octal 301 174 136 0 44 63 30 22 54 70
Binary 11000001 1111100 1011110 0 100100 110011 11000 10010 101100 111000

Color Harmonies of #C17C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C5E

Black with #C17C5E

Text Example


Text Example

White with #C17C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C5E; }

 p { color: rgb(193,124,94); }

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

background-color css

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

 a { background-color: rgb(193,124,94); }

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

border-color css

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

 span { border-color: rgb(193,124,94); }

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