Html Css Color HEX #C29E92 Quicksand

📋 copy color: '#C29E92'

red 194 ◦ green 158 ◦ blue 146

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

Shades of Quicksand #C29E92

Tints of Quicksand #C29E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 38.96%
G = 31.73%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29E92 (or 0xC29E92) is known color: Quicksand. HEX triplet: C2, 9E and 92. RGB value is (194,158,146). Sum of RGB (Red+Green+Blue) = 194+158+146=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E92 is #3D616D. Grayscale: #A7A7A7. Windows color (decimal): -4022638 or 9608898. OLE color: 9608898.

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

Color convert

RGB 194 158 146 -
CMYK 0 0.19 0.25 0.24
HSL 15º 0.28% 0.67% -
HSV(B) 15º 0.25% 0.76% -
XYZ 39.66 38 32.44 -
YUV 167.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 194 158 146 0 0.19 0.25 0.24 15 0.28 0.67
Hex C2 9E 92 0 13 19 18 F 1C 43
Octal 302 236 222 0 23 31 30 17 34 103
Binary 11000010 10011110 10010010 0 10011 11001 11000 1111 11100 1000011

Color Harmonies of #C29E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E92

Black with #C29E92

Text Example


Text Example

White with #C29E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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