Html Css Color HEX #C99281 Quicksand

📋 copy color: '#C99281'

red 201 ◦ green 146 ◦ blue 129

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

Shades of Quicksand #C99281

Tints of Quicksand #C99281

RGB

 RED value IS 201 (78.91% from 255) = 42.23%

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 42.23%
G = 30.67%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C99281 (or 0xC99281) is known color: Quicksand. HEX triplet: C9, 92 and 81. RGB value is (201,146,129). Sum of RGB (Red+Green+Blue) = 201+146+129=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99281 is #366D7E. Grayscale: #A0A0A0. Windows color (decimal): -3566975 or 8491721. OLE color: 8491721.

HSL color Cylindrical-coordinate representation of color #C99281: hue angle of 14.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99281 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 129 -
CMYK 0 0.27 0.36 0.21
HSL 14.17º 0.4% 0.65% -
HSV(B) 14.17º 0.36% 0.79% -
XYZ 38.33 34.56 25.42 -
YUV 160.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 201 146 129 0 0.27 0.36 0.21 14.17 0.4 0.65
Hex C9 92 81 0 1B 24 15 E 28 41
Octal 311 222 201 0 33 44 25 16 50 101
Binary 11001001 10010010 10000001 0 11011 100100 10101 1110 101000 1000001

Color Harmonies of #C99281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99281

Black with #C99281

Text Example


Text Example

White with #C99281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99281; }

 p { color: rgb(201,146,129); }

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

background-color css

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

 a { background-color: rgb(201,146,129); }

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

border-color css

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

 span { border-color: rgb(201,146,129); }

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