Html Css Color HEX #C59380 Quicksand

📋 copy color: '#C59380'

red 197 ◦ green 147 ◦ blue 128

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

Shades of Quicksand #C59380

Tints of Quicksand #C59380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 41.74%
G = 31.14%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C59380 (or 0xC59380) is known color: Quicksand. HEX triplet: C5, 93 and 80. RGB value is (197,147,128). Sum of RGB (Red+Green+Blue) = 197+147+128=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C59380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59380 is #3A6C7F. Grayscale: #9F9F9F. Windows color (decimal): -3828864 or 8426437. OLE color: 8426437.

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

Color convert

RGB 197 147 128 -
CMYK 0 0.25 0.35 0.23
HSL 16.52º 0.37% 0.64% -
HSV(B) 16.52º 0.35% 0.77% -
XYZ 37.36 34.3 25.07 -
YUV 159.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 197 147 128 0 0.25 0.35 0.23 16.52 0.37 0.64
Hex C5 93 80 0 19 23 17 11 25 40
Octal 305 223 200 0 31 43 27 21 45 100
Binary 11000101 10010011 10000000 0 11001 100011 10111 10001 100101 1000000

Color Harmonies of #C59380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59380

Black with #C59380

Text Example


Text Example

White with #C59380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59380; }

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

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

background-color css

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

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

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

border-color css

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

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

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