Html Css Color HEX #C29E93 Quicksand

📋 copy color: '#C29E93'

red 194 ◦ green 158 ◦ blue 147

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

Shades of Quicksand #C29E93

Tints of Quicksand #C29E93

RGB

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

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

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

R = 38.88%
G = 31.66%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29E93 (or 0xC29E93) is known color: Quicksand. HEX triplet: C2, 9E and 93. RGB value is (194,158,147). Sum of RGB (Red+Green+Blue) = 194+158+147=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E93 is #3D616C. Grayscale: #A7A7A7. Windows color (decimal): -4022637 or 9674434. OLE color: 9674434.

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

Color convert

RGB 194 158 147 -
CMYK 0 0.19 0.24 0.24
HSL 14.04º 0.28% 0.67% -
HSV(B) 14.04º 0.24% 0.76% -
XYZ 39.74 38.03 32.85 -
YUV 167.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 194 158 147 0 0.19 0.24 0.24 14.04 0.28 0.67
Hex C2 9E 93 0 13 18 18 E 1C 43
Octal 302 236 223 0 23 30 30 16 34 103
Binary 11000010 10011110 10010011 0 10011 11000 11000 1110 11100 1000011

Color Harmonies of #C29E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E93

Black with #C29E93

Text Example


Text Example

White with #C29E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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