Html Css Color HEX #C29993 Quicksand

📋 copy color: '#C29993'

red 194 ◦ green 153 ◦ blue 147

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

Shades of Quicksand #C29993

Tints of Quicksand #C29993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 39.27%
G = 30.97%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29993 (or 0xC29993) is known color: Quicksand. HEX triplet: C2, 99 and 93. RGB value is (194,153,147). Sum of RGB (Red+Green+Blue) = 194+153+147=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29993 is #3D666C. Grayscale: #A4A4A4. Windows color (decimal): -4023917 or 9673154. OLE color: 9673154.

HSL color Cylindrical-coordinate representation of color #C29993: hue angle of 7.66º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29993 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 147 -
CMYK 0 0.21 0.24 0.24
HSL 7.66º 0.28% 0.67% -
HSV(B) 7.66º 0.24% 0.76% -
XYZ 38.91 36.36 32.57 -
YUV 164.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 194 153 147 0 0.21 0.24 0.24 7.66 0.28 0.67
Hex C2 99 93 0 15 18 18 8 1C 43
Octal 302 231 223 0 25 30 30 10 34 103
Binary 11000010 10011001 10010011 0 10101 11000 11000 1000 11100 1000011

Color Harmonies of #C29993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29993

Black with #C29993

Text Example


Text Example

White with #C29993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29993; }

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

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

background-color css

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

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

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

border-color css

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

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

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