Html Css Color HEX #C0A092 Quicksand

📋 copy color: '#C0A092'

red 192 ◦ green 160 ◦ blue 146

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

Shades of Quicksand #C0A092

Tints of Quicksand #C0A092

RGB

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

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

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

R = 38.55%
G = 32.13%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0A092 (or 0xC0A092) is known color: Quicksand. HEX triplet: C0, A0 and 92. RGB value is (192,160,146). Sum of RGB (Red+Green+Blue) = 192+160+146=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A092 is #3F5F6D. Grayscale: #A8A8A8. Windows color (decimal): -4153198 or 9609408. OLE color: 9609408.

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

Color convert

RGB 192 160 146 -
CMYK 0 0.17 0.24 0.25
HSL 18.26º 0.27% 0.66% -
HSV(B) 18.26º 0.24% 0.75% -
XYZ 39.5 38.42 32.53 -
YUV 167.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 192 160 146 0 0.17 0.24 0.25 18.26 0.27 0.66
Hex C0 A0 92 0 11 18 19 12 1B 42
Octal 300 240 222 0 21 30 31 22 33 102
Binary 11000000 10100000 10010010 0 10001 11000 11001 10010 11011 1000010

Color Harmonies of #C0A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A092

Black with #C0A092

Text Example


Text Example

White with #C0A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A092; }

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

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

background-color css

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

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

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

border-color css

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

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

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