Html Css Color HEX #C59480 Quicksand

📋 copy color: '#C59480'

red 197 ◦ green 148 ◦ blue 128

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

Shades of Quicksand #C59480

Tints of Quicksand #C59480

RGB

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

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

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

R = 41.65%
G = 31.29%
B = 27.06%

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

#C59480 (or 0xC59480) is known color: Quicksand. HEX triplet: C5, 94 and 80. RGB value is (197,148,128). Sum of RGB (Red+Green+Blue) = 197+148+128=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C59480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59480 is #3A6B7F. Grayscale: #A0A0A0. Windows color (decimal): -3828608 or 8426693. OLE color: 8426693.

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

Color convert

RGB 197 148 128 -
CMYK 0 0.25 0.35 0.23
HSL 17.39º 0.37% 0.64% -
HSV(B) 17.39º 0.35% 0.77% -
XYZ 37.51 34.61 25.13 -
YUV 160.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 197 148 128 0 0.25 0.35 0.23 17.39 0.37 0.64
Hex C5 94 80 0 19 23 17 11 25 40
Octal 305 224 200 0 31 43 27 21 45 100
Binary 11000101 10010100 10000000 0 11001 100011 10111 10001 100101 1000000

Color Harmonies of #C59480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59480

Black with #C59480

Text Example


Text Example

White with #C59480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59480; }

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

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

background-color css

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

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

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

border-color css

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

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

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