Html Css Color HEX #C29F91 Quicksand

📋 copy color: '#C29F91'

red 194 ◦ green 159 ◦ blue 145

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

Shades of Quicksand #C29F91

Tints of Quicksand #C29F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

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

R = 38.96%
G = 31.93%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29F91 (or 0xC29F91) is known color: Quicksand. HEX triplet: C2, 9F and 91. RGB value is (194,159,145). Sum of RGB (Red+Green+Blue) = 194+159+145=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F91 is #3D606E. Grayscale: #A7A7A7. Windows color (decimal): -4022383 or 9543618. OLE color: 9543618.

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

Color convert

RGB 194 159 145 -
CMYK 0 0.18 0.25 0.24
HSL 17.14º 0.29% 0.66% -
HSV(B) 17.14º 0.25% 0.76% -
XYZ 39.76 38.31 32.09 -
YUV 167.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 194 159 145 0 0.18 0.25 0.24 17.14 0.29 0.66
Hex C2 9F 91 0 12 19 18 11 1D 42
Octal 302 237 221 0 22 31 30 21 35 102
Binary 11000010 10011111 10010001 0 10010 11001 11000 10001 11101 1000010

Color Harmonies of #C29F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F91

Black with #C29F91

Text Example


Text Example

White with #C29F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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