Html Css Color HEX #C29487 Quicksand

📋 copy color: '#C29487'

red 194 ◦ green 148 ◦ blue 135

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

Shades of Quicksand #C29487

Tints of Quicksand #C29487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.3%

R = 40.67%
G = 31.03%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C29487 (or 0xC29487) is known color: Quicksand. HEX triplet: C2, 94 and 87. RGB value is (194,148,135). Sum of RGB (Red+Green+Blue) = 194+148+135=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29487 is #3D6B78. Grayscale: #A0A0A0. Windows color (decimal): -4025209 or 8885442. OLE color: 8885442.

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

Color convert

RGB 194 148 135 -
CMYK 0 0.24 0.30 0.24
HSL 13.22º 0.33% 0.65% -
HSV(B) 13.22º 0.3% 0.76% -
XYZ 37.21 34.4 27.6 -
YUV 160.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 194 148 135 0 0.24 0.30 0.24 13.22 0.33 0.65
Hex C2 94 87 0 18 1E 18 D 21 41
Octal 302 224 207 0 30 36 30 15 41 101
Binary 11000010 10010100 10000111 0 11000 11110 11000 1101 100001 1000001

Color Harmonies of #C29487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29487

Black with #C29487

Text Example


Text Example

White with #C29487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29487; }

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

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

background-color css

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

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

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

border-color css

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

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

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