#c7907f

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

Shades of Quicksand #C7907F

Tints of Quicksand #C7907F

Color information

#C7907F (or 0xC7907F) is unknown color: approx Quicksand. HEX triplet: C7, 90 and 7F. RGB value is (199,144,127). Sum of RGB (Red+Green+Blue) = 199+144+127=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7907F is #386F80. Grayscale: #9E9E9E. Windows color (decimal): -3698561 or 8360135. OLE color: 8360135.

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

Color convert

RGB199144127-
CMYK00.280.360.22
HSL14.17º39.13%63.92%-
HSV(B)14.17º36.18%78.04%-
XYZ37.3633.6224.6-
YUV158.51110.22156.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 127 (50% from 255) = 27.02%
R=42.34%
G=30.64%
B=27.02%

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
Decimal19914412700.280.360.2214.1739.1363.92
HexC7907F01C2416e2740
Octal30722017703444261647100
Binary110001111001000011111110111001001001011011101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7907f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7907f; }

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

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

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

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

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

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

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

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