Html Css Color HEX #C5937F Quicksand

📋 copy color: '#C5937F'

red 197 ◦ green 147 ◦ blue 127

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

Shades of Quicksand #C5937F

Tints of Quicksand #C5937F

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

 GREEN value IS 147 (57.81% from 255) = 31.21%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 41.83%
G = 31.21%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5937F (or 0xC5937F) is known color: Quicksand. HEX triplet: C5, 93 and 7F. RGB value is (197,147,127). Sum of RGB (Red+Green+Blue) = 197+147+127=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5937F is #3A6C80. Grayscale: #9F9F9F. Windows color (decimal): -3828865 or 8360901. OLE color: 8360901.

HSL color Cylindrical-coordinate representation of color #C5937F: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5937F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 127 -
CMYK 0 0.25 0.36 0.23
HSL 17.14º 0.38% 0.64% -
HSV(B) 17.14º 0.36% 0.77% -
XYZ 37.29 34.27 24.73 -
YUV 159.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 197 147 127 0 0.25 0.36 0.23 17.14 0.38 0.64
Hex C5 93 7F 0 19 24 17 11 26 40
Octal 305 223 177 0 31 44 27 21 46 100
Binary 11000101 10010011 1111111 0 11001 100100 10111 10001 100110 1000000

Color Harmonies of #C5937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5937F

Black with #C5937F

Text Example


Text Example

White with #C5937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5937F; }

 p { color: rgb(197,147,127); }

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

background-color css

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

 a { background-color: rgb(197,147,127); }

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

border-color css

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

 span { border-color: rgb(197,147,127); }

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