#C99C8B

Color #C99C8B Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C99C8B

Tints of Quicksand #C99C8B

Color information

#C99C8B (or 0xC99C8B) is unknown color: approx Quicksand. HEX triplet: C9, 9C and 8B. RGB value is (201,156,139). Sum of RGB (Red+Green+Blue) = 201+156+139=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C8B is #366374. Grayscale: #A7A7A7. Windows color (decimal): -3564405 or 9149641. OLE color: 9149641.

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

Color convert

RGB201156139-
CMYK00.220.310.21
HSL16.45º36.47%66.67%-
HSV(B)16.45º30.85%78.82%-
XYZ40.6438.0629.63-
YUV167.52111.91151.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=40.52%
G=31.45%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115613900.220.310.2116.4536.4766.67
HexC99C8B0161F15102443
Octal31123421302637252044103
Binary1100100110011100100010110101101111110101100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C8B; }

 p { color: rgb(201,156,139); }

 H1.HeaderClassName
 {
   color: #C99C8B;
 }
 .AnyTagClassName
 {
   color: #C99C8B;
 }
</style>
background-color css

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

 a { background-color: rgb(201,156,139); }

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

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

 span { border-color: rgb(201,156,139); }

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