Html Css Color HEX #C17F5A Burning Sand

📋 copy color: '#C17F5A'

red 193 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #C17F5A

Tints of Burning Sand #C17F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 47.07%
G = 30.98%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C17F5A (or 0xC17F5A) is known color: Burning Sand. HEX triplet: C1, 7F and 5A. RGB value is (193,127,90). Sum of RGB (Red+Green+Blue) = 193+127+90=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F5A is #3E80A5. Grayscale: #8E8E8E. Windows color (decimal): -4096166 or 5930945. OLE color: 5930945.

HSL color Cylindrical-coordinate representation of color #C17F5A: hue angle of 21.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C17F5A is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 90 -
CMYK 0 0.34 0.53 0.24
HSL 21.55º 0.45% 0.55% -
HSV(B) 21.55º 0.53% 0.76% -
XYZ 31.43 27.25 13.28 -
YUV 142.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 193 127 90 0 0.34 0.53 0.24 21.55 0.45 0.55
Hex C1 7F 5A 0 22 35 18 16 2D 37
Octal 301 177 132 0 42 65 30 26 55 67
Binary 11000001 1111111 1011010 0 100010 110101 11000 10110 101101 110111

Color Harmonies of #C17F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F5A

Black with #C17F5A

Text Example


Text Example

White with #C17F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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