Html Css Color HEX #C17F60 Burning Sand

📋 copy color: '#C17F60'

red 193 ◦ green 127 ◦ blue 96

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

Shades of Burning Sand #C17F60

Tints of Burning Sand #C17F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 46.39%
G = 30.53%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C17F60 (or 0xC17F60) is known color: Burning Sand. HEX triplet: C1, 7F and 60. RGB value is (193,127,96). Sum of RGB (Red+Green+Blue) = 193+127+96=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F60 is #3E809F. Grayscale: #8F8F8F. Windows color (decimal): -4096160 or 6324161. OLE color: 6324161.

HSL color Cylindrical-coordinate representation of color #C17F60: hue angle of 19.18º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17F60 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 96 -
CMYK 0 0.34 0.50 0.24
HSL 19.18º 0.44% 0.57% -
HSV(B) 19.18º 0.5% 0.76% -
XYZ 31.69 27.36 14.68 -
YUV 143.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 193 127 96 0 0.34 0.50 0.24 19.18 0.44 0.57
Hex C1 7F 60 0 22 32 18 13 2C 39
Octal 301 177 140 0 42 62 30 23 54 71
Binary 11000001 1111111 1100000 0 100010 110010 11000 10011 101100 111001

Color Harmonies of #C17F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F60

Black with #C17F60

Text Example


Text Example

White with #C17F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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