Html Css Color HEX #C29589 Quicksand

📋 copy color: '#C29589'

red 194 ◦ green 149 ◦ blue 137

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

Shades of Quicksand #C29589

Tints of Quicksand #C29589

RGB

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

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

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

R = 40.42%
G = 31.04%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C29589 (or 0xC29589) is known color: Quicksand. HEX triplet: C2, 95 and 89. RGB value is (194,149,137). Sum of RGB (Red+Green+Blue) = 194+149+137=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29589 is #3D6A76. Grayscale: #A1A1A1. Windows color (decimal): -4024951 or 9016770. OLE color: 9016770.

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

Color convert

RGB 194 149 137 -
CMYK 0 0.23 0.29 0.24
HSL 12.63º 0.32% 0.65% -
HSV(B) 12.63º 0.29% 0.76% -
XYZ 37.51 34.77 28.4 -
YUV 161.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 194 149 137 0 0.23 0.29 0.24 12.63 0.32 0.65
Hex C2 95 89 0 17 1D 18 D 20 41
Octal 302 225 211 0 27 35 30 15 40 101
Binary 11000010 10010101 10001001 0 10111 11101 11000 1101 100000 1000001

Color Harmonies of #C29589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29589

Black with #C29589

Text Example


Text Example

White with #C29589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29589; }

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

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

background-color css

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

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

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

border-color css

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

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

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