#c4907e

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

Shades of Quicksand #C4907E

Tints of Quicksand #C4907E

Color information

#C4907E (or 0xC4907E) is unknown color: approx Quicksand. HEX triplet: C4, 90 and 7E. RGB value is (196,144,126). Sum of RGB (Red+Green+Blue) = 196+144+126=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907E is #3B6F81. Grayscale: #9D9D9D. Windows color (decimal): -3895170 or 8294596. OLE color: 8294596.

HSL color Cylindrical-coordinate representation of color #C4907E: hue angle of 15.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4907E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196144126-
CMYK00.270.360.23
HSL15.43º37.23%63.14%-
HSV(B)15.43º35.71%76.86%-
XYZ36.533.1924.22-
YUV157.5110.23155.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=42.06%
G=30.90%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614412600.270.360.2315.4337.2363.14
HexC4907E01B2417f253f
Octal3042201760334427174577
Binary11000100100100001111110011011100100101111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4907e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4907e; }

 p { color: rgb(196,144,126); }

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

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

 a { background-color: rgb(196,144,126); }

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

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

 span { border-color: rgb(196,144,126); }

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