Html Css Color HEX #C99884 Quicksand

📋 copy color: '#C99884'

red 201 ◦ green 152 ◦ blue 132

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

Shades of Quicksand #C99884

Tints of Quicksand #C99884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 41.44%
G = 31.34%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C99884 (or 0xC99884) is known color: Quicksand. HEX triplet: C9, 98 and 84. RGB value is (201,152,132). Sum of RGB (Red+Green+Blue) = 201+152+132=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99884 is #36677B. Grayscale: #A4A4A4. Windows color (decimal): -3565436 or 8689865. OLE color: 8689865.

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

Color convert

RGB 201 152 132 -
CMYK 0 0.24 0.34 0.21
HSL 17.39º 0.39% 0.65% -
HSV(B) 17.39º 0.34% 0.79% -
XYZ 39.48 36.54 26.8 -
YUV 164.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 201 152 132 0 0.24 0.34 0.21 17.39 0.39 0.65
Hex C9 98 84 0 18 22 15 11 27 41
Octal 311 230 204 0 30 42 25 21 47 101
Binary 11001001 10011000 10000100 0 11000 100010 10101 10001 100111 1000001

Color Harmonies of #C99884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99884

Black with #C99884

Text Example


Text Example

White with #C99884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99884; }

 p { color: rgb(201,152,132); }

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

background-color css

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

 a { background-color: rgb(201,152,132); }

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

border-color css

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

 span { border-color: rgb(201,152,132); }

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