Html Css Color HEX #C29E91 Quicksand

📋 copy color: '#C29E91'

red 194 ◦ green 158 ◦ blue 145

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

Shades of Quicksand #C29E91

Tints of Quicksand #C29E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 39.03%
G = 31.79%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29E91 (or 0xC29E91) is known color: Quicksand. HEX triplet: C2, 9E and 91. RGB value is (194,158,145). Sum of RGB (Red+Green+Blue) = 194+158+145=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E91 is #3D616E. Grayscale: #A7A7A7. Windows color (decimal): -4022639 or 9543362. OLE color: 9543362.

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

Color convert

RGB 194 158 145 -
CMYK 0 0.19 0.25 0.24
HSL 15.92º 0.29% 0.66% -
HSV(B) 15.92º 0.25% 0.76% -
XYZ 39.59 37.97 32.03 -
YUV 167.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 194 158 145 0 0.19 0.25 0.24 15.92 0.29 0.66
Hex C2 9E 91 0 13 19 18 10 1D 42
Octal 302 236 221 0 23 31 30 20 35 102
Binary 11000010 10011110 10010001 0 10011 11001 11000 10000 11101 1000010

Color Harmonies of #C29E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E91

Black with #C29E91

Text Example


Text Example

White with #C29E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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