#C8907F

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

Shades of Quicksand #C8907F

Tints of Quicksand #C8907F

Color information

#C8907F (or 0xC8907F) is unknown color: approx Quicksand. HEX triplet: C8, 90 and 7F. RGB value is (200,144,127). Sum of RGB (Red+Green+Blue) = 200+144+127=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907F is #376F80. Grayscale: #9E9E9E. Windows color (decimal): -3633025 or 8360136. OLE color: 8360136.

HSL color Cylindrical-coordinate representation of color #C8907F: hue angle of 13.97º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8907F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200144127-
CMYK00.280.360.22
HSL13.97º39.89%64.12%-
HSV(B)13.97º36.5%78.43%-
XYZ37.6233.7624.61-
YUV158.81110.05157.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 127 (50% from 255) = 26.96%
R=42.46%
G=30.57%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014412700.280.360.2213.9739.8964.12
HexC8907F01C2416e2840
Octal31022017703444261650100
Binary110010001001000011111110111001001001011011101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8907F; }

 p { color: rgb(200,144,127); }

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

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

 a { background-color: rgb(200,144,127); }

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

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

 span { border-color: rgb(200,144,127); }

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