Html Css Color HEX #C29380 Quicksand

📋 copy color: '#C29380'

red 194 ◦ green 147 ◦ blue 128

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

Shades of Quicksand #C29380

Tints of Quicksand #C29380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 41.36%
G = 31.34%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29380 (or 0xC29380) is known color: Quicksand. HEX triplet: C2, 93 and 80. RGB value is (194,147,128). Sum of RGB (Red+Green+Blue) = 194+147+128=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29380 is #3D6C7F. Grayscale: #9F9F9F. Windows color (decimal): -4025472 or 8426434. OLE color: 8426434.

HSL color Cylindrical-coordinate representation of color #C29380: hue angle of 17.27º 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 #C29380 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 128 -
CMYK 0 0.24 0.34 0.24
HSL 17.27º 0.35% 0.63% -
HSV(B) 17.27º 0.34% 0.76% -
XYZ 36.58 33.9 25.04 -
YUV 158.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 194 147 128 0 0.24 0.34 0.24 17.27 0.35 0.63
Hex C2 93 80 0 18 22 18 11 23 3F
Octal 302 223 200 0 30 42 30 21 43 77
Binary 11000010 10010011 10000000 0 11000 100010 11000 10001 100011 111111

Color Harmonies of #C29380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29380

Black with #C29380

Text Example


Text Example

White with #C29380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29380; }

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

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

background-color css

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

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

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

border-color css

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

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

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