Html Css Color HEX #C17D64 Burning Sand

📋 copy color: '#C17D64'

red 193 ◦ green 125 ◦ blue 100

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

Shades of Burning Sand #C17D64

Tints of Burning Sand #C17D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 46.17%
G = 29.9%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C17D64 (or 0xC17D64) is known color: Burning Sand. HEX triplet: C1, 7D and 64. RGB value is (193,125,100). Sum of RGB (Red+Green+Blue) = 193+125+100=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D64 is #3E829B. Grayscale: #8E8E8E. Windows color (decimal): -4096668 or 6585793. OLE color: 6585793.

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

Color convert

RGB 193 125 100 -
CMYK 0 0.35 0.48 0.24
HSL 16.13º 0.43% 0.57% -
HSV(B) 16.13º 0.48% 0.76% -
XYZ 31.63 26.92 15.59 -
YUV 142.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 193 125 100 0 0.35 0.48 0.24 16.13 0.43 0.57
Hex C1 7D 64 0 23 30 18 10 2B 39
Octal 301 175 144 0 43 60 30 20 53 71
Binary 11000001 1111101 1100100 0 100011 110000 11000 10000 101011 111001

Color Harmonies of #C17D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D64

Black with #C17D64

Text Example


Text Example

White with #C17D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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