Html Css Color HEX #C17D61 Burning Sand

📋 copy color: '#C17D61'

red 193 ◦ green 125 ◦ blue 97

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

Shades of Burning Sand #C17D61

Tints of Burning Sand #C17D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 46.51%
G = 30.12%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C17D61 (or 0xC17D61) is known color: Burning Sand. HEX triplet: C1, 7D and 61. RGB value is (193,125,97). Sum of RGB (Red+Green+Blue) = 193+125+97=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D61 is #3E829E. Grayscale: #8E8E8E. Windows color (decimal): -4096671 or 6389185. OLE color: 6389185.

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

Color convert

RGB 193 125 97 -
CMYK 0 0.35 0.50 0.24
HSL 17.5º 0.44% 0.57% -
HSV(B) 17.5º 0.5% 0.76% -
XYZ 31.48 26.87 14.84 -
YUV 142.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 193 125 97 0 0.35 0.50 0.24 17.5 0.44 0.57
Hex C1 7D 61 0 23 32 18 12 2C 39
Octal 301 175 141 0 43 62 30 22 54 71
Binary 11000001 1111101 1100001 0 100011 110010 11000 10010 101100 111001

Color Harmonies of #C17D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D61

Black with #C17D61

Text Example


Text Example

White with #C17D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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