Html Css Color HEX #C29687 Quicksand

📋 copy color: '#C29687'

red 194 ◦ green 150 ◦ blue 135

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

Shades of Quicksand #C29687

Tints of Quicksand #C29687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 40.5%
G = 31.32%
B = 28.18%

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

#C29687 (or 0xC29687) is known color: Quicksand. HEX triplet: C2, 96 and 87. RGB value is (194,150,135). Sum of RGB (Red+Green+Blue) = 194+150+135=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29687 is #3D6978. Grayscale: #A1A1A1. Windows color (decimal): -4024697 or 8885954. OLE color: 8885954.

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

Color convert

RGB 194 150 135 -
CMYK 0 0.23 0.30 0.24
HSL 15.25º 0.33% 0.65% -
HSV(B) 15.25º 0.3% 0.76% -
XYZ 37.53 35.03 27.71 -
YUV 161.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 194 150 135 0 0.23 0.30 0.24 15.25 0.33 0.65
Hex C2 96 87 0 17 1E 18 F 21 41
Octal 302 226 207 0 27 36 30 17 41 101
Binary 11000010 10010110 10000111 0 10111 11110 11000 1111 100001 1000001

Color Harmonies of #C29687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29687

Black with #C29687

Text Example


Text Example

White with #C29687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29687; }

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

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

background-color css

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

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

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

border-color css

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

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

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