Html Css Color HEX #C0A18F Quicksand

📋 copy color: '#C0A18F'

red 192 ◦ green 161 ◦ blue 143

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

Shades of Quicksand #C0A18F

Tints of Quicksand #C0A18F

RGB

 RED value IS 192 (75.39% from 255) = 38.71%

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

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

R = 38.71%
G = 32.46%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0A18F (or 0xC0A18F) is known color: Quicksand. HEX triplet: C0, A1 and 8F. RGB value is (192,161,143). Sum of RGB (Red+Green+Blue) = 192+161+143=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A18F is #3F5E70. Grayscale: #A8A8A8. Windows color (decimal): -4152945 or 9413056. OLE color: 9413056.

HSL color Cylindrical-coordinate representation of color #C0A18F: hue angle of 22.04º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0A18F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 143 -
CMYK 0 0.16 0.26 0.25
HSL 22.04º 0.28% 0.66% -
HSV(B) 22.04º 0.26% 0.75% -
XYZ 39.44 38.68 31.37 -
YUV 168.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 192 161 143 0 0.16 0.26 0.25 22.04 0.28 0.66
Hex C0 A1 8F 0 10 1A 19 16 1C 42
Octal 300 241 217 0 20 32 31 26 34 102
Binary 11000000 10100001 10001111 0 10000 11010 11001 10110 11100 1000010

Color Harmonies of #C0A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A18F

Black with #C0A18F

Text Example


Text Example

White with #C0A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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