Html Css Color HEX #C29F92 Quicksand

📋 copy color: '#C29F92'

red 194 ◦ green 159 ◦ blue 146

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

Shades of Quicksand #C29F92

Tints of Quicksand #C29F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 38.88%
G = 31.86%
B = 29.26%

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

#C29F92 (or 0xC29F92) is known color: Quicksand. HEX triplet: C2, 9F and 92. RGB value is (194,159,146). Sum of RGB (Red+Green+Blue) = 194+159+146=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F92 is #3D606D. Grayscale: #A8A8A8. Windows color (decimal): -4022382 or 9609154. OLE color: 9609154.

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

Color convert

RGB 194 159 146 -
CMYK 0 0.18 0.25 0.24
HSL 16.25º 0.28% 0.67% -
HSV(B) 16.25º 0.25% 0.76% -
XYZ 39.83 38.34 32.5 -
YUV 167.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 194 159 146 0 0.18 0.25 0.24 16.25 0.28 0.67
Hex C2 9F 92 0 12 19 18 10 1C 43
Octal 302 237 222 0 22 31 30 20 34 103
Binary 11000010 10011111 10010010 0 10010 11001 11000 10000 11100 1000011

Color Harmonies of #C29F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F92

Black with #C29F92

Text Example


Text Example

White with #C29F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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