Html Css Color HEX #C7A08D Quicksand

📋 copy color: '#C7A08D'

red 199 ◦ green 160 ◦ blue 141

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

Shades of Quicksand #C7A08D

Tints of Quicksand #C7A08D

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

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

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

R = 39.8%
G = 32%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7A08D (or 0xC7A08D) is known color: Quicksand. HEX triplet: C7, A0 and 8D. RGB value is (199,160,141). Sum of RGB (Red+Green+Blue) = 199+160+141=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A08D is #385F72. Grayscale: #A9A9A9. Windows color (decimal): -3694451 or 9281735. OLE color: 9281735.

HSL color Cylindrical-coordinate representation of color #C7A08D: hue angle of 19.66º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7A08D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 141 -
CMYK 0 0.20 0.29 0.22
HSL 19.66º 0.34% 0.67% -
HSV(B) 19.66º 0.29% 0.78% -
XYZ 40.93 39.21 30.61 -
YUV 169.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 199 160 141 0 0.20 0.29 0.22 19.66 0.34 0.67
Hex C7 A0 8D 0 14 1D 16 14 22 43
Octal 307 240 215 0 24 35 26 24 42 103
Binary 11000111 10100000 10001101 0 10100 11101 10110 10100 100010 1000011

Color Harmonies of #C7A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A08D

Black with #C7A08D

Text Example


Text Example

White with #C7A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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