Html Css Color HEX #C0A090 Quicksand

📋 copy color: '#C0A090'

red 192 ◦ green 160 ◦ blue 144

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

Shades of Quicksand #C0A090

Tints of Quicksand #C0A090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 38.71%
G = 32.26%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0A090 (or 0xC0A090) is known color: Quicksand. HEX triplet: C0, A0 and 90. RGB value is (192,160,144). Sum of RGB (Red+Green+Blue) = 192+160+144=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A090 is #3F5F6F. Grayscale: #A7A7A7. Windows color (decimal): -4153200 or 9478336. OLE color: 9478336.

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

Color convert

RGB 192 160 144 -
CMYK 0 0.17 0.25 0.25
HSL 20º 0.28% 0.66% -
HSV(B) 20º 0.25% 0.75% -
XYZ 39.34 38.36 31.72 -
YUV 167.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 160 144 0 0.17 0.25 0.25 20 0.28 0.66
Hex C0 A0 90 0 11 19 19 14 1C 42
Octal 300 240 220 0 21 31 31 24 34 102
Binary 11000000 10100000 10010000 0 10001 11001 11001 10100 11100 1000010

Color Harmonies of #C0A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A090

Black with #C0A090

Text Example


Text Example

White with #C0A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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