Html Css Color HEX #C5A290 Quicksand

📋 copy color: '#C5A290'

red 197 ◦ green 162 ◦ blue 144

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

Shades of Quicksand #C5A290

Tints of Quicksand #C5A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 39.17%
G = 32.21%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5A290 (or 0xC5A290) is known color: Quicksand. HEX triplet: C5, A2 and 90. RGB value is (197,162,144). Sum of RGB (Red+Green+Blue) = 197+162+144=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A290 is #3A5D6F. Grayscale: #AAAAAA. Windows color (decimal): -3825008 or 9478853. OLE color: 9478853.

HSL color Cylindrical-coordinate representation of color #C5A290: hue angle of 20.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A290 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 144 -
CMYK 0 0.18 0.27 0.23
HSL 20.38º 0.31% 0.67% -
HSV(B) 20.38º 0.27% 0.77% -
XYZ 40.98 39.72 31.89 -
YUV 170.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 197 162 144 0 0.18 0.27 0.23 20.38 0.31 0.67
Hex C5 A2 90 0 12 1B 17 14 1F 43
Octal 305 242 220 0 22 33 27 24 37 103
Binary 11000101 10100010 10010000 0 10010 11011 10111 10100 11111 1000011

Color Harmonies of #C5A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A290

Black with #C5A290

Text Example


Text Example

White with #C5A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A290; }

 p { color: rgb(197,162,144); }

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

background-color css

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

 a { background-color: rgb(197,162,144); }

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

border-color css

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

 span { border-color: rgb(197,162,144); }

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