Html Css Color HEX #C2A095 Quicksand

📋 copy color: '#C2A095'

red 194 ◦ green 160 ◦ blue 149

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

Shades of Quicksand #C2A095

Tints of Quicksand #C2A095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 38.57%
G = 31.81%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2A095 (or 0xC2A095) is known color: Quicksand. HEX triplet: C2, A0 and 95. RGB value is (194,160,149). Sum of RGB (Red+Green+Blue) = 194+160+149=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A095 is #3D5F6A. Grayscale: #A8A8A8. Windows color (decimal): -4022123 or 9806018. OLE color: 9806018.

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

Color convert

RGB 194 160 149 -
CMYK 0 0.18 0.23 0.24
HSL 14.67º 0.27% 0.67% -
HSV(B) 14.67º 0.23% 0.76% -
XYZ 40.24 38.78 33.8 -
YUV 168.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 194 160 149 0 0.18 0.23 0.24 14.67 0.27 0.67
Hex C2 A0 95 0 12 17 18 F 1B 43
Octal 302 240 225 0 22 27 30 17 33 103
Binary 11000010 10100000 10010101 0 10010 10111 11000 1111 11011 1000011

Color Harmonies of #C2A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A095

Black with #C2A095

Text Example


Text Example

White with #C2A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A095; }

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

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

background-color css

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

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

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

border-color css

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

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

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