Html Css Color HEX #C17D65 Burning Sand

📋 copy color: '#C17D65'

red 193 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #C17D65

Tints of Burning Sand #C17D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 46.06%
G = 29.83%
B = 24.11%

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

#C17D65 (or 0xC17D65) is known color: Burning Sand. HEX triplet: C1, 7D and 65. RGB value is (193,125,101). Sum of RGB (Red+Green+Blue) = 193+125+101=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D65 is #3E829A. Grayscale: #8E8E8E. Windows color (decimal): -4096667 or 6651329. OLE color: 6651329.

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

Color convert

RGB 193 125 101 -
CMYK 0 0.35 0.48 0.24
HSL 15.65º 0.43% 0.58% -
HSV(B) 15.65º 0.48% 0.76% -
XYZ 31.67 26.94 15.84 -
YUV 142.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 193 125 101 0 0.35 0.48 0.24 15.65 0.43 0.58
Hex C1 7D 65 0 23 30 18 10 2B 3A
Octal 301 175 145 0 43 60 30 20 53 72
Binary 11000001 1111101 1100101 0 100011 110000 11000 10000 101011 111010

Color Harmonies of #C17D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D65

Black with #C17D65

Text Example


Text Example

White with #C17D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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