Html Css Color HEX #C29F93 Quicksand

📋 copy color: '#C29F93'

red 194 ◦ green 159 ◦ blue 147

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

Shades of Quicksand #C29F93

Tints of Quicksand #C29F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 38.8%
G = 31.8%
B = 29.4%

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

#C29F93 (or 0xC29F93) is known color: Quicksand. HEX triplet: C2, 9F and 93. RGB value is (194,159,147). Sum of RGB (Red+Green+Blue) = 194+159+147=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F93 is #3D606C. Grayscale: #A8A8A8. Windows color (decimal): -4022381 or 9674690. OLE color: 9674690.

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

Color convert

RGB 194 159 147 -
CMYK 0 0.18 0.24 0.24
HSL 15.32º 0.28% 0.67% -
HSV(B) 15.32º 0.24% 0.76% -
XYZ 39.91 38.37 32.91 -
YUV 168.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 194 159 147 0 0.18 0.24 0.24 15.32 0.28 0.67
Hex C2 9F 93 0 12 18 18 F 1C 43
Octal 302 237 223 0 22 30 30 17 34 103
Binary 11000010 10011111 10010011 0 10010 11000 11000 1111 11100 1000011

Color Harmonies of #C29F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F93

Black with #C29F93

Text Example


Text Example

White with #C29F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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