Html Css Color HEX #C29C90 Quicksand

📋 copy color: '#C29C90'

red 194 ◦ green 156 ◦ blue 144

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

Shades of Quicksand #C29C90

Tints of Quicksand #C29C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 39.27%
G = 31.58%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C29C90 (or 0xC29C90) is known color: Quicksand. HEX triplet: C2, 9C and 90. RGB value is (194,156,144). Sum of RGB (Red+Green+Blue) = 194+156+144=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C90 is #3D636F. Grayscale: #A6A6A6. Windows color (decimal): -4023152 or 9477314. OLE color: 9477314.

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

Color convert

RGB 194 156 144 -
CMYK 0 0.20 0.26 0.24
HSL 14.4º 0.29% 0.66% -
HSV(B) 14.4º 0.26% 0.76% -
XYZ 39.17 37.26 31.51 -
YUV 165.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 194 156 144 0 0.20 0.26 0.24 14.4 0.29 0.66
Hex C2 9C 90 0 14 1A 18 E 1D 42
Octal 302 234 220 0 24 32 30 16 35 102
Binary 11000010 10011100 10010000 0 10100 11010 11000 1110 11101 1000010

Color Harmonies of #C29C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C90

Black with #C29C90

Text Example


Text Example

White with #C29C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C90; }

 p { color: rgb(194,156,144); }

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

background-color css

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

 a { background-color: rgb(194,156,144); }

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

border-color css

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

 span { border-color: rgb(194,156,144); }

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