Html Css Color HEX #C29E8A Quicksand

📋 copy color: '#C29E8A'

red 194 ◦ green 158 ◦ blue 138

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

Shades of Quicksand #C29E8A

Tints of Quicksand #C29E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 39.59%
G = 32.24%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C29E8A (or 0xC29E8A) is known color: Quicksand. HEX triplet: C2, 9E and 8A. RGB value is (194,158,138). Sum of RGB (Red+Green+Blue) = 194+158+138=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E8A is #3D6175. Grayscale: #A6A6A6. Windows color (decimal): -4022646 or 9084610. OLE color: 9084610.

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

Color convert

RGB 194 158 138 -
CMYK 0 0.19 0.29 0.24
HSL 21.43º 0.31% 0.65% -
HSV(B) 21.43º 0.29% 0.76% -
XYZ 39.06 37.76 29.27 -
YUV 166.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 194 158 138 0 0.19 0.29 0.24 21.43 0.31 0.65
Hex C2 9E 8A 0 13 1D 18 15 1F 41
Octal 302 236 212 0 23 35 30 25 37 101
Binary 11000010 10011110 10001010 0 10011 11101 11000 10101 11111 1000001

Color Harmonies of #C29E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E8A

Black with #C29E8A

Text Example


Text Example

White with #C29E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E8A; }

 p { color: rgb(194,158,138); }

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

background-color css

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

 a { background-color: rgb(194,158,138); }

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

border-color css

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

 span { border-color: rgb(194,158,138); }

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