Html Css Color HEX #C29A88 Quicksand

📋 copy color: '#C29A88'

red 194 ◦ green 154 ◦ blue 136

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

Shades of Quicksand #C29A88

Tints of Quicksand #C29A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 40.08%
G = 31.82%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C29A88 (or 0xC29A88) is known color: Quicksand. HEX triplet: C2, 9A and 88. RGB value is (194,154,136). Sum of RGB (Red+Green+Blue) = 194+154+136=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A88 is #3D6577. Grayscale: #A4A4A4. Windows color (decimal): -4023672 or 8952514. OLE color: 8952514.

HSL color Cylindrical-coordinate representation of color #C29A88: hue angle of 18.62º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29A88 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 136 -
CMYK 0 0.21 0.30 0.24
HSL 18.62º 0.32% 0.65% -
HSV(B) 18.62º 0.3% 0.76% -
XYZ 38.25 36.36 28.29 -
YUV 163.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 194 154 136 0 0.21 0.30 0.24 18.62 0.32 0.65
Hex C2 9A 88 0 15 1E 18 13 20 41
Octal 302 232 210 0 25 36 30 23 40 101
Binary 11000010 10011010 10001000 0 10101 11110 11000 10011 100000 1000001

Color Harmonies of #C29A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A88

Black with #C29A88

Text Example


Text Example

White with #C29A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A88; }

 p { color: rgb(194,154,136); }

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

background-color css

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

 a { background-color: rgb(194,154,136); }

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

border-color css

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

 span { border-color: rgb(194,154,136); }

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