Html Css Color HEX #C29B88 Quicksand

📋 copy color: '#C29B88'

red 194 ◦ green 155 ◦ blue 136

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

Shades of Quicksand #C29B88

Tints of Quicksand #C29B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 40%
G = 31.96%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C29B88 (or 0xC29B88) is known color: Quicksand. HEX triplet: C2, 9B and 88. RGB value is (194,155,136). Sum of RGB (Red+Green+Blue) = 194+155+136=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B88 is #3D6477. Grayscale: #A4A4A4. Windows color (decimal): -4023416 or 8952770. OLE color: 8952770.

HSL color Cylindrical-coordinate representation of color #C29B88: hue angle of 19.66º 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 #C29B88 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 136 -
CMYK 0 0.20 0.30 0.24
HSL 19.66º 0.32% 0.65% -
HSV(B) 19.66º 0.3% 0.76% -
XYZ 38.41 36.69 28.35 -
YUV 164.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 194 155 136 0 0.20 0.30 0.24 19.66 0.32 0.65
Hex C2 9B 88 0 14 1E 18 14 20 41
Octal 302 233 210 0 24 36 30 24 40 101
Binary 11000010 10011011 10001000 0 10100 11110 11000 10100 100000 1000001

Color Harmonies of #C29B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B88

Black with #C29B88

Text Example


Text Example

White with #C29B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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