Html Css Color HEX #C17D5C Burning Sand

📋 copy color: '#C17D5C'

red 193 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #C17D5C

Tints of Burning Sand #C17D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 47.07%
G = 30.49%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C17D5C (or 0xC17D5C) is known color: Burning Sand. HEX triplet: C1, 7D and 5C. RGB value is (193,125,92). Sum of RGB (Red+Green+Blue) = 193+125+92=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D5C is #3E82A3. Grayscale: #8D8D8D. Windows color (decimal): -4096676 or 6061505. OLE color: 6061505.

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

Color convert

RGB 193 125 92 -
CMYK 0 0.35 0.52 0.24
HSL 19.6º 0.45% 0.56% -
HSV(B) 19.6º 0.52% 0.76% -
XYZ 31.26 26.78 13.65 -
YUV 141.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 193 125 92 0 0.35 0.52 0.24 19.6 0.45 0.56
Hex C1 7D 5C 0 23 34 18 14 2D 38
Octal 301 175 134 0 43 64 30 24 55 70
Binary 11000001 1111101 1011100 0 100011 110100 11000 10100 101101 111000

Color Harmonies of #C17D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D5C

Black with #C17D5C

Text Example


Text Example

White with #C17D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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