Html Css Color HEX #C59985 Quicksand

📋 copy color: '#C59985'

red 197 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #C59985

Tints of Quicksand #C59985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 40.79%
G = 31.68%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C59985 (or 0xC59985) is known color: Quicksand. HEX triplet: C5, 99 and 85. RGB value is (197,153,133). Sum of RGB (Red+Green+Blue) = 197+153+133=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C59985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59985 is #3A667A. Grayscale: #A4A4A4. Windows color (decimal): -3827323 or 8755653. OLE color: 8755653.

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

Color convert

RGB 197 153 133 -
CMYK 0 0.22 0.32 0.23
HSL 18.75º 0.36% 0.65% -
HSV(B) 18.75º 0.32% 0.77% -
XYZ 38.65 36.35 27.17 -
YUV 163.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 197 153 133 0 0.22 0.32 0.23 18.75 0.36 0.65
Hex C5 99 85 0 16 20 17 13 24 41
Octal 305 231 205 0 26 40 27 23 44 101
Binary 11000101 10011001 10000101 0 10110 100000 10111 10011 100100 1000001

Color Harmonies of #C59985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59985

Black with #C59985

Text Example


Text Example

White with #C59985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59985; }

 p { color: rgb(197,153,133); }

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

background-color css

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

 a { background-color: rgb(197,153,133); }

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

border-color css

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

 span { border-color: rgb(197,153,133); }

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