#C4907F

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

Shades of Quicksand #C4907F

Tints of Quicksand #C4907F

Color information

#C4907F (or 0xC4907F) is unknown color: approx Quicksand. HEX triplet: C4, 90 and 7F. RGB value is (196,144,127). Sum of RGB (Red+Green+Blue) = 196+144+127=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907F is #3B6F80. Grayscale: #9D9D9D. Windows color (decimal): -3895169 or 8360132. OLE color: 8360132.

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

Color convert

RGB196144127-
CMYK00.270.350.23
HSL14.78º36.9%63.33%-
HSV(B)14.78º35.2%76.86%-
XYZ36.5733.2124.56-
YUV157.61110.73155.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 127 (50% from 255) = 27.19%
R=41.97%
G=30.84%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614412700.270.350.2314.7836.963.33
HexC4907F01B2317f253f
Octal3042201770334327174577
Binary11000100100100001111111011011100011101111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4907F; }

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

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

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

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

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

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

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

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