Html Css Color HEX #C29F94 Quicksand

📋 copy color: '#C29F94'

red 194 ◦ green 159 ◦ blue 148

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

Shades of Quicksand #C29F94

Tints of Quicksand #C29F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 38.72%
G = 31.74%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29F94 (or 0xC29F94) is known color: Quicksand. HEX triplet: C2, 9F and 94. RGB value is (194,159,148). Sum of RGB (Red+Green+Blue) = 194+159+148=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F94 is #3D606B. Grayscale: #A8A8A8. Windows color (decimal): -4022380 or 9740226. OLE color: 9740226.

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

Color convert

RGB 194 159 148 -
CMYK 0 0.18 0.24 0.24
HSL 14.35º 0.27% 0.67% -
HSV(B) 14.35º 0.24% 0.76% -
XYZ 39.99 38.4 33.32 -
YUV 168.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 194 159 148 0 0.18 0.24 0.24 14.35 0.27 0.67
Hex C2 9F 94 0 12 18 18 E 1B 43
Octal 302 237 224 0 22 30 30 16 33 103
Binary 11000010 10011111 10010100 0 10010 11000 11000 1110 11011 1000011

Color Harmonies of #C29F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F94

Black with #C29F94

Text Example


Text Example

White with #C29F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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