Html Css Color HEX #C17D5D Burning Sand

📋 copy color: '#C17D5D'

red 193 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #C17D5D

Tints of Burning Sand #C17D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 46.96%
G = 30.41%
B = 22.63%

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

#C17D5D (or 0xC17D5D) is known color: Burning Sand. HEX triplet: C1, 7D and 5D. RGB value is (193,125,93). Sum of RGB (Red+Green+Blue) = 193+125+93=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D5D is #3E82A2. Grayscale: #8D8D8D. Windows color (decimal): -4096675 or 6127041. OLE color: 6127041.

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

Color convert

RGB 193 125 93 -
CMYK 0 0.35 0.52 0.24
HSL 19.2º 0.45% 0.56% -
HSV(B) 19.2º 0.52% 0.76% -
XYZ 31.3 26.8 13.88 -
YUV 141.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 193 125 93 0 0.35 0.52 0.24 19.2 0.45 0.56
Hex C1 7D 5D 0 23 34 18 13 2D 38
Octal 301 175 135 0 43 64 30 23 55 70
Binary 11000001 1111101 1011101 0 100011 110100 11000 10011 101101 111000

Color Harmonies of #C17D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D5D

Black with #C17D5D

Text Example


Text Example

White with #C17D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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