Html Css Color HEX #C29989 Quicksand

📋 copy color: '#C29989'

red 194 ◦ green 153 ◦ blue 137

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

Shades of Quicksand #C29989

Tints of Quicksand #C29989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 137 (53.91% from 255) = 28.31%

R = 40.08%
G = 31.61%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C29989 (or 0xC29989) is known color: Quicksand. HEX triplet: C2, 99 and 89. RGB value is (194,153,137). Sum of RGB (Red+Green+Blue) = 194+153+137=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C29989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29989 is #3D6676. Grayscale: #A3A3A3. Windows color (decimal): -4023927 or 9017794. OLE color: 9017794.

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

Color convert

RGB 194 153 137 -
CMYK 0 0.21 0.29 0.24
HSL 16.84º 0.32% 0.65% -
HSV(B) 16.84º 0.29% 0.76% -
XYZ 38.15 36.06 28.62 -
YUV 163.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 194 153 137 0 0.21 0.29 0.24 16.84 0.32 0.65
Hex C2 99 89 0 15 1D 18 11 20 41
Octal 302 231 211 0 25 35 30 21 40 101
Binary 11000010 10011001 10001001 0 10101 11101 11000 10001 100000 1000001

Color Harmonies of #C29989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29989

Black with #C29989

Text Example


Text Example

White with #C29989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29989; }

 p { color: rgb(194,153,137); }

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

background-color css

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

 a { background-color: rgb(194,153,137); }

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

border-color css

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

 span { border-color: rgb(194,153,137); }

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