Html Css Color HEX #C29485 Quicksand

📋 copy color: '#C29485'

red 194 ◦ green 148 ◦ blue 133

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

Shades of Quicksand #C29485

Tints of Quicksand #C29485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

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

R = 40.84%
G = 31.16%
B = 28%

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

#C29485 (or 0xC29485) is known color: Quicksand. HEX triplet: C2, 94 and 85. RGB value is (194,148,133). Sum of RGB (Red+Green+Blue) = 194+148+133=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29485 is #3D6B7A. Grayscale: #A0A0A0. Windows color (decimal): -4025211 or 8754370. OLE color: 8754370.

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

Color convert

RGB 194 148 133 -
CMYK 0 0.24 0.31 0.24
HSL 14.75º 0.33% 0.64% -
HSV(B) 14.75º 0.31% 0.76% -
XYZ 37.07 34.34 26.87 -
YUV 160.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 194 148 133 0 0.24 0.31 0.24 14.75 0.33 0.64
Hex C2 94 85 0 18 1F 18 F 21 40
Octal 302 224 205 0 30 37 30 17 41 100
Binary 11000010 10010100 10000101 0 11000 11111 11000 1111 100001 1000000

Color Harmonies of #C29485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29485

Black with #C29485

Text Example


Text Example

White with #C29485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29485; }

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

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

background-color css

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

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

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

border-color css

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

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

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