Html Css Color HEX #C29791 Quicksand

📋 copy color: '#C29791'

red 194 ◦ green 151 ◦ blue 145

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

Shades of Quicksand #C29791

Tints of Quicksand #C29791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.82%

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 39.59%
G = 30.82%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29791 (or 0xC29791) is known color: Quicksand. HEX triplet: C2, 97 and 91. RGB value is (194,151,145). Sum of RGB (Red+Green+Blue) = 194+151+145=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29791 is #3D686E. Grayscale: #A3A3A3. Windows color (decimal): -4024431 or 9541570. OLE color: 9541570.

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

Color convert

RGB 194 151 145 -
CMYK 0 0.22 0.25 0.24
HSL 7.35º 0.29% 0.66% -
HSV(B) 7.35º 0.25% 0.76% -
XYZ 38.43 35.65 31.64 -
YUV 163.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 194 151 145 0 0.22 0.25 0.24 7.35 0.29 0.66
Hex C2 97 91 0 16 19 18 7 1D 42
Octal 302 227 221 0 26 31 30 7 35 102
Binary 11000010 10010111 10010001 0 10110 11001 11000 111 11101 1000010

Color Harmonies of #C29791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29791

Black with #C29791

Text Example


Text Example

White with #C29791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29791; }

 p { color: rgb(194,151,145); }

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

background-color css

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

 a { background-color: rgb(194,151,145); }

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

border-color css

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

 span { border-color: rgb(194,151,145); }

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