Html Css Color HEX #C17F5C Burning Sand

📋 copy color: '#C17F5C'

red 193 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #C17F5C

Tints of Burning Sand #C17F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 46.84%
G = 30.83%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C17F5C (or 0xC17F5C) is known color: Burning Sand. HEX triplet: C1, 7F and 5C. RGB value is (193,127,92). Sum of RGB (Red+Green+Blue) = 193+127+92=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F5C is #3E80A3. Grayscale: #8E8E8E. Windows color (decimal): -4096164 or 6062017. OLE color: 6062017.

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

Color convert

RGB 193 127 92 -
CMYK 0 0.34 0.52 0.24
HSL 20.79º 0.45% 0.56% -
HSV(B) 20.79º 0.52% 0.76% -
XYZ 31.51 27.29 13.73 -
YUV 142.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 193 127 92 0 0.34 0.52 0.24 20.79 0.45 0.56
Hex C1 7F 5C 0 22 34 18 15 2D 38
Octal 301 177 134 0 42 64 30 25 55 70
Binary 11000001 1111111 1011100 0 100010 110100 11000 10101 101101 111000

Color Harmonies of #C17F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F5C

Black with #C17F5C

Text Example


Text Example

White with #C17F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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