Html Css Color HEX #C2A093 Quicksand

📋 copy color: '#C2A093'

red 194 ◦ green 160 ◦ blue 147

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

Shades of Quicksand #C2A093

Tints of Quicksand #C2A093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 38.72%
G = 31.94%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2A093 (or 0xC2A093) is known color: Quicksand. HEX triplet: C2, A0 and 93. RGB value is (194,160,147). Sum of RGB (Red+Green+Blue) = 194+160+147=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A093 is #3D5F6C. Grayscale: #A8A8A8. Windows color (decimal): -4022125 or 9674946. OLE color: 9674946.

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

Color convert

RGB 194 160 147 -
CMYK 0 0.18 0.24 0.24
HSL 16.6º 0.28% 0.67% -
HSV(B) 16.6º 0.24% 0.76% -
XYZ 40.09 38.72 32.96 -
YUV 168.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 194 160 147 0 0.18 0.24 0.24 16.6 0.28 0.67
Hex C2 A0 93 0 12 18 18 11 1C 43
Octal 302 240 223 0 22 30 30 21 34 103
Binary 11000010 10100000 10010011 0 10010 11000 11000 10001 11100 1000011

Color Harmonies of #C2A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A093

Black with #C2A093

Text Example


Text Example

White with #C2A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A093; }

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

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

background-color css

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

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

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

border-color css

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

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

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