#C7948A

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

Shades of Quicksand #C7948A

Tints of Quicksand #C7948A

Color information

#C7948A (or 0xC7948A) is unknown color: approx Quicksand. HEX triplet: C7, 94 and 8A. RGB value is (199,148,138). Sum of RGB (Red+Green+Blue) = 199+148+138=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948A is #386B75. Grayscale: #A2A2A2. Windows color (decimal): -3697526 or 9082055. OLE color: 9082055.

HSL color Cylindrical-coordinate representation of color #C7948A: hue angle of 9.84º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7948A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB199148138-
CMYK00.260.310.22
HSL9.84º35.26%66.08%-
HSV(B)9.84º30.65%78.04%-
XYZ38.7335.1628.79-
YUV162.11114.4154.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=41.03%
G=30.52%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914813800.260.310.229.8435.2666.08
HexC7948A01A1F16a2342
Octal30722421203237261243102
Binary110001111001010010001010011010111111011010101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7948A; }

 p { color: rgb(199,148,138); }

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

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

 a { background-color: rgb(199,148,138); }

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

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

 span { border-color: rgb(199,148,138); }

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