Html Css Color HEX #C29689 Quicksand

📋 copy color: '#C29689'

red 194 ◦ green 150 ◦ blue 137

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

Shades of Quicksand #C29689

Tints of Quicksand #C29689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 40.33%
G = 31.19%
B = 28.48%

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

#C29689 (or 0xC29689) is known color: Quicksand. HEX triplet: C2, 96 and 89. RGB value is (194,150,137). Sum of RGB (Red+Green+Blue) = 194+150+137=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29689 is #3D6976. Grayscale: #A1A1A1. Windows color (decimal): -4024695 or 9017026. OLE color: 9017026.

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

Color convert

RGB 194 150 137 -
CMYK 0 0.23 0.29 0.24
HSL 13.68º 0.32% 0.65% -
HSV(B) 13.68º 0.29% 0.76% -
XYZ 37.67 35.09 28.45 -
YUV 161.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 194 150 137 0 0.23 0.29 0.24 13.68 0.32 0.65
Hex C2 96 89 0 17 1D 18 E 20 41
Octal 302 226 211 0 27 35 30 16 40 101
Binary 11000010 10010110 10001001 0 10111 11101 11000 1110 100000 1000001

Color Harmonies of #C29689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29689

Black with #C29689

Text Example


Text Example

White with #C29689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29689; }

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

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

background-color css

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

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

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

border-color css

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

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

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