Html Css Color HEX #C17C65 Burning Sand

📋 copy color: '#C17C65'

red 193 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #C17C65

Tints of Burning Sand #C17C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 46.17%
G = 29.67%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C17C65 (or 0xC17C65) is known color: Burning Sand. HEX triplet: C1, 7C and 65. RGB value is (193,124,101). Sum of RGB (Red+Green+Blue) = 193+124+101=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C65 is #3E839A. Grayscale: #8E8E8E. Windows color (decimal): -4096923 or 6651073. OLE color: 6651073.

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

Color convert

RGB 193 124 101 -
CMYK 0 0.36 0.48 0.24
HSL 15º 0.43% 0.58% -
HSV(B) 15º 0.48% 0.76% -
XYZ 31.55 26.69 15.8 -
YUV 142.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 193 124 101 0 0.36 0.48 0.24 15 0.43 0.58
Hex C1 7C 65 0 24 30 18 F 2B 3A
Octal 301 174 145 0 44 60 30 17 53 72
Binary 11000001 1111100 1100101 0 100100 110000 11000 1111 101011 111010

Color Harmonies of #C17C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C65

Black with #C17C65

Text Example


Text Example

White with #C17C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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