Html Css Color HEX #C29991 Quicksand

📋 copy color: '#C29991'

red 194 ◦ green 153 ◦ blue 145

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

Shades of Quicksand #C29991

Tints of Quicksand #C29991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 39.43%
G = 31.1%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29991 (or 0xC29991) is known color: Quicksand. HEX triplet: C2, 99 and 91. RGB value is (194,153,145). Sum of RGB (Red+Green+Blue) = 194+153+145=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29991 is #3D666E. Grayscale: #A4A4A4. Windows color (decimal): -4023919 or 9542082. OLE color: 9542082.

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

Color convert

RGB 194 153 145 -
CMYK 0 0.21 0.25 0.24
HSL 9.8º 0.29% 0.66% -
HSV(B) 9.8º 0.25% 0.76% -
XYZ 38.75 36.3 31.75 -
YUV 164.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 194 153 145 0 0.21 0.25 0.24 9.8 0.29 0.66
Hex C2 99 91 0 15 19 18 A 1D 42
Octal 302 231 221 0 25 31 30 12 35 102
Binary 11000010 10011001 10010001 0 10101 11001 11000 1010 11101 1000010

Color Harmonies of #C29991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29991

Black with #C29991

Text Example


Text Example

White with #C29991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29991; }

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

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

background-color css

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

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

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

border-color css

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

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

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