#C2907F

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

Shades of Quicksand #C2907F

Tints of Quicksand #C2907F

Color information

#C2907F (or 0xC2907F) is unknown color: approx Quicksand. HEX triplet: C2, 90 and 7F. RGB value is (194,144,127). Sum of RGB (Red+Green+Blue) = 194+144+127=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907F is #3D6F80. Grayscale: #9D9D9D. Windows color (decimal): -4026241 or 8360130. OLE color: 8360130.

HSL color Cylindrical-coordinate representation of color #C2907F: hue angle of 15.22º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2907F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194144127-
CMYK00.260.350.24
HSL15.22º35.45%62.94%-
HSV(B)15.22º34.54%76.08%-
XYZ36.0532.9524.54-
YUV157.01111.06154.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 127 (50% from 255) = 27.31%
R=41.72%
G=30.97%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414412700.260.350.2415.2235.4562.94
HexC2907F01A2318f233f
Octal3022201770324330174377
Binary11000010100100001111111011010100011110001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2907F; }

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

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

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

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

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

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

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

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