Html Css Color HEX #C29386 Quicksand

📋 copy color: '#C29386'

red 194 ◦ green 147 ◦ blue 134

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

Shades of Quicksand #C29386

Tints of Quicksand #C29386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 134 (52.73% from 255) = 28.21%

R = 40.84%
G = 30.95%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29386 (or 0xC29386) is known color: Quicksand. HEX triplet: C2, 93 and 86. RGB value is (194,147,134). Sum of RGB (Red+Green+Blue) = 194+147+134=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29386 is #3D6C79. Grayscale: #9F9F9F. Windows color (decimal): -4025466 or 8819650. OLE color: 8819650.

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

Color convert

RGB 194 147 134 -
CMYK 0 0.24 0.31 0.24
HSL 13º 0.33% 0.64% -
HSV(B) 13º 0.31% 0.76% -
XYZ 36.98 34.06 27.18 -
YUV 159.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 194 147 134 0 0.24 0.31 0.24 13 0.33 0.64
Hex C2 93 86 0 18 1F 18 D 21 40
Octal 302 223 206 0 30 37 30 15 41 100
Binary 11000010 10010011 10000110 0 11000 11111 11000 1101 100001 1000000

Color Harmonies of #C29386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29386

Black with #C29386

Text Example


Text Example

White with #C29386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29386; }

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

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

background-color css

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

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

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

border-color css

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

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

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