#C1907F

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

Shades of Quicksand #C1907F

Tints of Quicksand #C1907F

Color information

#C1907F (or 0xC1907F) is unknown color: approx Quicksand. HEX triplet: C1, 90 and 7F. RGB value is (193,144,127). Sum of RGB (Red+Green+Blue) = 193+144+127=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1907F is #3E6F80. Grayscale: #9C9C9C. Windows color (decimal): -4091777 or 8360129. OLE color: 8360129.

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

Color convert

RGB193144127-
CMYK00.250.340.24
HSL15.45º34.74%62.75%-
HSV(B)15.45º34.2%75.69%-
XYZ35.832.8224.53-
YUV156.71111.23153.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 127 (50% from 255) = 27.37%
R=41.59%
G=31.03%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314412700.250.340.2415.4534.7462.75
HexC1907F0192218f233f
Octal3012201770314230174377
Binary11000001100100001111111011001100010110001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1907F; }

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

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

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

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

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

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

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

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