#C99791

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

Shades of Quicksand #C99791

Tints of Quicksand #C99791

Color information

#C99791 (or 0xC99791) is unknown color: approx Quicksand. HEX triplet: C9, 97 and 91. RGB value is (201,151,145). Sum of RGB (Red+Green+Blue) = 201+151+145=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99791 is #36686E. Grayscale: #A5A5A5. Windows color (decimal): -3565679 or 9541577. OLE color: 9541577.

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

Color convert

RGB201151145-
CMYK00.250.280.21
HSL6.43º34.15%67.84%-
HSV(B)6.43º27.86%78.82%-
XYZ40.2636.631.73-
YUV165.27116.56153.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=40.44%
G=30.38%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115114500.250.280.216.4334.1567.84
HexC997910191C1562244
Octal3112272210313425642104
Binary11001001100101111001000101100111100101011101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99791; }

 p { color: rgb(201,151,145); }

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

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

 a { background-color: rgb(201,151,145); }

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

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

 span { border-color: rgb(201,151,145); }

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