Html Css Color HEX #C59C94 Quicksand

📋 copy color: '#C59C94'

red 197 ◦ green 156 ◦ blue 148

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

Shades of Quicksand #C59C94

Tints of Quicksand #C59C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 39.32%
G = 31.14%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C59C94 (or 0xC59C94) is known color: Quicksand. HEX triplet: C5, 9C and 94. RGB value is (197,156,148). Sum of RGB (Red+Green+Blue) = 197+156+148=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C94 is #3A636B. Grayscale: #A7A7A7. Windows color (decimal): -3826540 or 9739461. OLE color: 9739461.

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

Color convert

RGB 197 156 148 -
CMYK 0 0.21 0.25 0.23
HSL 9.8º 0.3% 0.68% -
HSV(B) 9.8º 0.25% 0.77% -
XYZ 40.26 37.79 33.19 -
YUV 167.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 197 156 148 0 0.21 0.25 0.23 9.8 0.3 0.68
Hex C5 9C 94 0 15 19 17 A 1E 44
Octal 305 234 224 0 25 31 27 12 36 104
Binary 11000101 10011100 10010100 0 10101 11001 10111 1010 11110 1000100

Color Harmonies of #C59C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59C94

Black with #C59C94

Text Example


Text Example

White with #C59C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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