Html Css Color HEX #C9A08D Quicksand

📋 copy color: '#C9A08D'

red 201 ◦ green 160 ◦ blue 141

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

Shades of Quicksand #C9A08D

Tints of Quicksand #C9A08D

RGB

 RED value IS 201 (78.91% from 255) = 40.04%

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 40.04%
G = 31.87%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9A08D (or 0xC9A08D) is known color: Quicksand. HEX triplet: C9, A0 and 8D. RGB value is (201,160,141). Sum of RGB (Red+Green+Blue) = 201+160+141=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A08D is #365F72. Grayscale: #AAAAAA. Windows color (decimal): -3563379 or 9281737. OLE color: 9281737.

HSL color Cylindrical-coordinate representation of color #C9A08D: hue angle of 19º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A08D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 141 -
CMYK 0 0.20 0.30 0.21
HSL 19º 0.36% 0.67% -
HSV(B) 19º 0.3% 0.79% -
XYZ 41.47 39.48 30.63 -
YUV 170.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 201 160 141 0 0.20 0.30 0.21 19 0.36 0.67
Hex C9 A0 8D 0 14 1E 15 13 24 43
Octal 311 240 215 0 24 36 25 23 44 103
Binary 11001001 10100000 10001101 0 10100 11110 10101 10011 100100 1000011

Color Harmonies of #C9A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A08D

Black with #C9A08D

Text Example


Text Example

White with #C9A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A08D; }

 p { color: rgb(201,160,141); }

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

background-color css

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

 a { background-color: rgb(201,160,141); }

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

border-color css

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

 span { border-color: rgb(201,160,141); }

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