Html Css Color HEX #C5947F Quicksand

📋 copy color: '#C5947F'

red 197 ◦ green 148 ◦ blue 127

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

Shades of Quicksand #C5947F

Tints of Quicksand #C5947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 41.74%
G = 31.36%
B = 26.91%

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

#C5947F (or 0xC5947F) is known color: Quicksand. HEX triplet: C5, 94 and 7F. RGB value is (197,148,127). Sum of RGB (Red+Green+Blue) = 197+148+127=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5947F is #3A6B80. Grayscale: #A0A0A0. Windows color (decimal): -3828609 or 8361157. OLE color: 8361157.

HSL color Cylindrical-coordinate representation of color #C5947F: hue angle of 18º 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 #C5947F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 127 -
CMYK 0 0.25 0.36 0.23
HSL 18º 0.38% 0.64% -
HSV(B) 18º 0.36% 0.77% -
XYZ 37.45 34.58 24.78 -
YUV 160.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 197 148 127 0 0.25 0.36 0.23 18 0.38 0.64
Hex C5 94 7F 0 19 24 17 12 26 40
Octal 305 224 177 0 31 44 27 22 46 100
Binary 11000101 10010100 1111111 0 11001 100100 10111 10010 100110 1000000

Color Harmonies of #C5947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5947F

Black with #C5947F

Text Example


Text Example

White with #C5947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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