#C28F7D

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

Shades of Quicksand #C28F7D

Tints of Quicksand #C28F7D

Color information

#C28F7D (or 0xC28F7D) is unknown color: approx Quicksand. HEX triplet: C2, 8F and 7D. RGB value is (194,143,125). Sum of RGB (Red+Green+Blue) = 194+143+125=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F7D is #3D7082. Grayscale: #9C9C9C. Windows color (decimal): -4026499 or 8228802. OLE color: 8228802.

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

Color convert

RGB194143125-
CMYK00.260.360.24
HSL15.65º36.13%62.55%-
HSV(B)15.65º35.57%76.08%-
XYZ35.7732.5923.81-
YUV156.2110.4154.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=41.99%
G=30.95%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414312500.260.360.2415.6536.1362.55
HexC28F7D01A241810243f
Octal3022171750324430204477
Binary110000101000111111111010110101001001100010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F7D; }

 p { color: rgb(194,143,125); }

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

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

 a { background-color: rgb(194,143,125); }

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

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

 span { border-color: rgb(194,143,125); }

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