Html Css Color HEX #C29886 Quicksand

📋 copy color: '#C29886'

red 194 ◦ green 152 ◦ blue 134

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

Shades of Quicksand #C29886

Tints of Quicksand #C29886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 40.42%
G = 31.67%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29886 (or 0xC29886) is known color: Quicksand. HEX triplet: C2, 98 and 86. RGB value is (194,152,134). Sum of RGB (Red+Green+Blue) = 194+152+134=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29886 is #3D6779. Grayscale: #A2A2A2. Windows color (decimal): -4024186 or 8820930. OLE color: 8820930.

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

Color convert

RGB 194 152 134 -
CMYK 0 0.22 0.31 0.24
HSL 18º 0.33% 0.64% -
HSV(B) 18º 0.31% 0.76% -
XYZ 37.78 35.65 27.44 -
YUV 162.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 194 152 134 0 0.22 0.31 0.24 18 0.33 0.64
Hex C2 98 86 0 16 1F 18 12 21 40
Octal 302 230 206 0 26 37 30 22 41 100
Binary 11000010 10011000 10000110 0 10110 11111 11000 10010 100001 1000000

Color Harmonies of #C29886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29886

Black with #C29886

Text Example


Text Example

White with #C29886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29886; }

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

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

background-color css

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

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

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

border-color css

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

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

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