Html Css Color HEX #C29588 Quicksand

📋 copy color: '#C29588'

red 194 ◦ green 149 ◦ blue 136

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

Shades of Quicksand #C29588

Tints of Quicksand #C29588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.11%

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

R = 40.5%
G = 31.11%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C29588 (or 0xC29588) is known color: Quicksand. HEX triplet: C2, 95 and 88. RGB value is (194,149,136). Sum of RGB (Red+Green+Blue) = 194+149+136=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29588 is #3D6A77. Grayscale: #A1A1A1. Windows color (decimal): -4024952 or 8951234. OLE color: 8951234.

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

Color convert

RGB 194 149 136 -
CMYK 0 0.23 0.30 0.24
HSL 13.45º 0.32% 0.65% -
HSV(B) 13.45º 0.3% 0.76% -
XYZ 37.44 34.74 28.03 -
YUV 160.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 194 149 136 0 0.23 0.30 0.24 13.45 0.32 0.65
Hex C2 95 88 0 17 1E 18 D 20 41
Octal 302 225 210 0 27 36 30 15 40 101
Binary 11000010 10010101 10001000 0 10111 11110 11000 1101 100000 1000001

Color Harmonies of #C29588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29588

Black with #C29588

Text Example


Text Example

White with #C29588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29588; }

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

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

background-color css

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

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

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

border-color css

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

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

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