Html Css Color HEX #C7A18F Quicksand

📋 copy color: '#C7A18F'

red 199 ◦ green 161 ◦ blue 143

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

Shades of Quicksand #C7A18F

Tints of Quicksand #C7A18F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.01%

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 39.56%
G = 32.01%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7A18F (or 0xC7A18F) is known color: Quicksand. HEX triplet: C7, A1 and 8F. RGB value is (199,161,143). Sum of RGB (Red+Green+Blue) = 199+161+143=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A18F is #385E70. Grayscale: #AAAAAA. Windows color (decimal): -3694193 or 9413063. OLE color: 9413063.

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

Color convert

RGB 199 161 143 -
CMYK 0 0.19 0.28 0.22
HSL 19.29º 0.33% 0.67% -
HSV(B) 19.29º 0.28% 0.78% -
XYZ 41.26 39.62 31.46 -
YUV 170.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 199 161 143 0 0.19 0.28 0.22 19.29 0.33 0.67
Hex C7 A1 8F 0 13 1C 16 13 21 43
Octal 307 241 217 0 23 34 26 23 41 103
Binary 11000111 10100001 10001111 0 10011 11100 10110 10011 100001 1000011

Color Harmonies of #C7A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A18F

Black with #C7A18F

Text Example


Text Example

White with #C7A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A18F; }

 p { color: rgb(199,161,143); }

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

background-color css

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

 a { background-color: rgb(199,161,143); }

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

border-color css

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

 span { border-color: rgb(199,161,143); }

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