Html Css Color HEX #C2A092 Quicksand

📋 copy color: '#C2A092'

red 194 ◦ green 160 ◦ blue 146

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

Shades of Quicksand #C2A092

Tints of Quicksand #C2A092

RGB

 RED value IS 194 (76.17% from 255) = 38.8%

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 38.8%
G = 32%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2A092 (or 0xC2A092) is known color: Quicksand. HEX triplet: C2, A0 and 92. RGB value is (194,160,146). Sum of RGB (Red+Green+Blue) = 194+160+146=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A092 is #3D5F6D. Grayscale: #A8A8A8. Windows color (decimal): -4022126 or 9609410. OLE color: 9609410.

HSL color Cylindrical-coordinate representation of color #C2A092: hue angle of 17.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A092 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 146 -
CMYK 0 0.18 0.25 0.24
HSL 17.5º 0.28% 0.67% -
HSV(B) 17.5º 0.25% 0.76% -
XYZ 40.01 38.69 32.55 -
YUV 168.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 194 160 146 0 0.18 0.25 0.24 17.5 0.28 0.67
Hex C2 A0 92 0 12 19 18 12 1C 43
Octal 302 240 222 0 22 31 30 22 34 103
Binary 11000010 10100000 10010010 0 10010 11001 11000 10010 11100 1000011

Color Harmonies of #C2A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A092

Black with #C2A092

Text Example


Text Example

White with #C2A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A092; }

 p { color: rgb(194,160,146); }

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

background-color css

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

 a { background-color: rgb(194,160,146); }

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

border-color css

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

 span { border-color: rgb(194,160,146); }

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