Html Css Color HEX #C17F65 Burning Sand

📋 copy color: '#C17F65'

red 193 ◦ green 127 ◦ blue 101

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

Shades of Burning Sand #C17F65

Tints of Burning Sand #C17F65

RGB

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

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

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

R = 45.84%
G = 30.17%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C17F65 (or 0xC17F65) is known color: Burning Sand. HEX triplet: C1, 7F and 65. RGB value is (193,127,101). Sum of RGB (Red+Green+Blue) = 193+127+101=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F65 is #3E809A. Grayscale: #8F8F8F. Windows color (decimal): -4096155 or 6651841. OLE color: 6651841.

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

Color convert

RGB 193 127 101 -
CMYK 0 0.34 0.48 0.24
HSL 16.96º 0.43% 0.58% -
HSV(B) 16.96º 0.48% 0.76% -
XYZ 31.93 27.46 15.93 -
YUV 143.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 193 127 101 0 0.34 0.48 0.24 16.96 0.43 0.58
Hex C1 7F 65 0 22 30 18 11 2B 3A
Octal 301 177 145 0 42 60 30 21 53 72
Binary 11000001 1111111 1100101 0 100010 110000 11000 10001 101011 111010

Color Harmonies of #C17F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F65

Black with #C17F65

Text Example


Text Example

White with #C17F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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