Html Css Color HEX #C29080 Quicksand

📋 copy color: '#C29080'

red 194 ◦ green 144 ◦ blue 128

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

Shades of Quicksand #C29080

Tints of Quicksand #C29080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 41.63%
G = 30.9%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29080 (or 0xC29080) is known color: Quicksand. HEX triplet: C2, 90 and 80. RGB value is (194,144,128). Sum of RGB (Red+Green+Blue) = 194+144+128=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29080 is #3D6F7F. Grayscale: #9D9D9D. Windows color (decimal): -4026240 or 8425666. OLE color: 8425666.

HSL color Cylindrical-coordinate representation of color #C29080: hue angle of 14.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29080 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 128 -
CMYK 0 0.26 0.34 0.24
HSL 14.55º 0.35% 0.63% -
HSV(B) 14.55º 0.34% 0.76% -
XYZ 36.12 32.97 24.88 -
YUV 157.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 194 144 128 0 0.26 0.34 0.24 14.55 0.35 0.63
Hex C2 90 80 0 1A 22 18 F 23 3F
Octal 302 220 200 0 32 42 30 17 43 77
Binary 11000010 10010000 10000000 0 11010 100010 11000 1111 100011 111111

Color Harmonies of #C29080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29080

Black with #C29080

Text Example


Text Example

White with #C29080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29080; }

 p { color: rgb(194,144,128); }

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

background-color css

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

 a { background-color: rgb(194,144,128); }

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

border-color css

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

 span { border-color: rgb(194,144,128); }

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