Html Css Color HEX #C29885 Quicksand

📋 copy color: '#C29885'

red 194 ◦ green 152 ◦ blue 133

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

Shades of Quicksand #C29885

Tints of Quicksand #C29885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 40.5%
G = 31.73%
B = 27.77%

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

#C29885 (or 0xC29885) is known color: Quicksand. HEX triplet: C2, 98 and 85. RGB value is (194,152,133). Sum of RGB (Red+Green+Blue) = 194+152+133=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29885 is #3D677A. Grayscale: #A2A2A2. Windows color (decimal): -4024187 or 8755394. OLE color: 8755394.

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

Color convert

RGB 194 152 133 -
CMYK 0 0.22 0.31 0.24
HSL 18.69º 0.33% 0.64% -
HSV(B) 18.69º 0.31% 0.76% -
XYZ 37.71 35.62 27.08 -
YUV 162.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 194 152 133 0 0.22 0.31 0.24 18.69 0.33 0.64
Hex C2 98 85 0 16 1F 18 13 21 40
Octal 302 230 205 0 26 37 30 23 41 100
Binary 11000010 10011000 10000101 0 10110 11111 11000 10011 100001 1000000

Color Harmonies of #C29885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29885

Black with #C29885

Text Example


Text Example

White with #C29885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29885; }

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

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

background-color css

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

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

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

border-color css

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

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

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