Html Css Color HEX #C17F64 Burning Sand

📋 copy color: '#C17F64'

red 193 ◦ green 127 ◦ blue 100

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

Shades of Burning Sand #C17F64

Tints of Burning Sand #C17F64

RGB

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

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

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

R = 45.95%
G = 30.24%
B = 23.81%

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

#C17F64 (or 0xC17F64) is known color: Burning Sand. HEX triplet: C1, 7F and 64. RGB value is (193,127,100). Sum of RGB (Red+Green+Blue) = 193+127+100=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F64 is #3E809B. Grayscale: #8F8F8F. Windows color (decimal): -4096156 or 6586305. OLE color: 6586305.

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

Color convert

RGB 193 127 100 -
CMYK 0 0.34 0.48 0.24
HSL 17.42º 0.43% 0.57% -
HSV(B) 17.42º 0.48% 0.76% -
XYZ 31.88 27.44 15.67 -
YUV 143.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 193 127 100 0 0.34 0.48 0.24 17.42 0.43 0.57
Hex C1 7F 64 0 22 30 18 11 2B 39
Octal 301 177 144 0 42 60 30 21 53 71
Binary 11000001 1111111 1100100 0 100010 110000 11000 10001 101011 111001

Color Harmonies of #C17F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F64

Black with #C17F64

Text Example


Text Example

White with #C17F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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