Html Css Color HEX #C29985 Quicksand

📋 copy color: '#C29985'

red 194 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #C29985

Tints of Quicksand #C29985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

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

R = 40.42%
G = 31.88%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29985 (or 0xC29985) is known color: Quicksand. HEX triplet: C2, 99 and 85. RGB value is (194,153,133). Sum of RGB (Red+Green+Blue) = 194+153+133=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29985 is #3D667A. Grayscale: #A3A3A3. Windows color (decimal): -4023931 or 8755650. OLE color: 8755650.

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

Color convert

RGB 194 153 133 -
CMYK 0 0.21 0.31 0.24
HSL 19.67º 0.33% 0.64% -
HSV(B) 19.67º 0.31% 0.76% -
XYZ 37.87 35.95 27.13 -
YUV 162.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 194 153 133 0 0.21 0.31 0.24 19.67 0.33 0.64
Hex C2 99 85 0 15 1F 18 14 21 40
Octal 302 231 205 0 25 37 30 24 41 100
Binary 11000010 10011001 10000101 0 10101 11111 11000 10100 100001 1000000

Color Harmonies of #C29985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29985

Black with #C29985

Text Example


Text Example

White with #C29985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29985; }

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

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

background-color css

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

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

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

border-color css

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

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

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