Html Css Color HEX #C17E55 Burning Sand

📋 copy color: '#C17E55'

red 193 ◦ green 126 ◦ blue 85

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

Shades of Burning Sand #C17E55

Tints of Burning Sand #C17E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 47.77%
G = 31.19%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17E55 (or 0xC17E55) is known color: Burning Sand. HEX triplet: C1, 7E and 55. RGB value is (193,126,85). Sum of RGB (Red+Green+Blue) = 193+126+85=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E55 is #3E81AA. Grayscale: #8D8D8D. Windows color (decimal): -4096427 or 5603009. OLE color: 5603009.

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

Color convert

RGB 193 126 85 -
CMYK 0 0.35 0.56 0.24
HSL 22.78º 0.47% 0.55% -
HSV(B) 22.78º 0.56% 0.76% -
XYZ 31.09 26.92 12.15 -
YUV 141.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 193 126 85 0 0.35 0.56 0.24 22.78 0.47 0.55
Hex C1 7E 55 0 23 38 18 17 2F 37
Octal 301 176 125 0 43 70 30 27 57 67
Binary 11000001 1111110 1010101 0 100011 111000 11000 10111 101111 110111

Color Harmonies of #C17E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E55

Black with #C17E55

Text Example


Text Example

White with #C17E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E55; }

 p { color: rgb(193,126,85); }

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

background-color css

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

 a { background-color: rgb(193,126,85); }

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

border-color css

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

 span { border-color: rgb(193,126,85); }

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