Html Css Color HEX #C29E8E Quicksand

📋 copy color: '#C29E8E'

red 194 ◦ green 158 ◦ blue 142

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

Shades of Quicksand #C29E8E

Tints of Quicksand #C29E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 39.27%
G = 31.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C29E8E (or 0xC29E8E) is known color: Quicksand. HEX triplet: C2, 9E and 8E. RGB value is (194,158,142). Sum of RGB (Red+Green+Blue) = 194+158+142=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E8E is #3D6171. Grayscale: #A7A7A7. Windows color (decimal): -4022642 or 9346754. OLE color: 9346754.

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

Color convert

RGB 194 158 142 -
CMYK 0 0.19 0.27 0.24
HSL 18.46º 0.3% 0.66% -
HSV(B) 18.46º 0.27% 0.76% -
XYZ 39.36 37.88 30.83 -
YUV 166.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 194 158 142 0 0.19 0.27 0.24 18.46 0.3 0.66
Hex C2 9E 8E 0 13 1B 18 12 1E 42
Octal 302 236 216 0 23 33 30 22 36 102
Binary 11000010 10011110 10001110 0 10011 11011 11000 10010 11110 1000010

Color Harmonies of #C29E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E8E

Black with #C29E8E

Text Example


Text Example

White with #C29E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E8E; }

 p { color: rgb(194,158,142); }

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

background-color css

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

 a { background-color: rgb(194,158,142); }

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

border-color css

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

 span { border-color: rgb(194,158,142); }

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