Html Css Color HEX #C59682 Quicksand

📋 copy color: '#C59682'

red 197 ◦ green 150 ◦ blue 130

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

Shades of Quicksand #C59682

Tints of Quicksand #C59682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 41.3%
G = 31.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C59682 (or 0xC59682) is known color: Quicksand. HEX triplet: C5, 96 and 82. RGB value is (197,150,130). Sum of RGB (Red+Green+Blue) = 197+150+130=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C59682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59682 is #3A697D. Grayscale: #A1A1A1. Windows color (decimal): -3828094 or 8558277. OLE color: 8558277.

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

Color convert

RGB 197 150 130 -
CMYK 0 0.24 0.34 0.23
HSL 17.91º 0.37% 0.64% -
HSV(B) 17.91º 0.34% 0.77% -
XYZ 37.96 35.29 25.93 -
YUV 161.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 197 150 130 0 0.24 0.34 0.23 17.91 0.37 0.64
Hex C5 96 82 0 18 22 17 12 25 40
Octal 305 226 202 0 30 42 27 22 45 100
Binary 11000101 10010110 10000010 0 11000 100010 10111 10010 100101 1000000

Color Harmonies of #C59682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59682

Black with #C59682

Text Example


Text Example

White with #C59682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59682; }

 p { color: rgb(197,150,130); }

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

background-color css

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

 a { background-color: rgb(197,150,130); }

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

border-color css

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

 span { border-color: rgb(197,150,130); }

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