#C7998F

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

Shades of Quicksand #C7998F

Tints of Quicksand #C7998F

Color information

#C7998F (or 0xC7998F) is unknown color: approx Quicksand. HEX triplet: C7, 99 and 8F. RGB value is (199,153,143). Sum of RGB (Red+Green+Blue) = 199+153+143=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998F is #386670. Grayscale: #A5A5A5. Windows color (decimal): -3696241 or 9411015. OLE color: 9411015.

HSL color Cylindrical-coordinate representation of color #C7998F: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7998F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB199153143-
CMYK00.230.280.22
HSL10.71º33.33%67.06%-
HSV(B)10.71º28.14%78.04%-
XYZ39.936.9131.01-
YUV165.61115.24151.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=40.20%
G=30.91%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915314300.230.280.2210.7133.3367.06
HexC7998F0171C16b2143
Octal30723121702734261341103
Binary110001111001100110001111010111111001011010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7998F; }

 p { color: rgb(199,153,143); }

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

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

 a { background-color: rgb(199,153,143); }

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

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

 span { border-color: rgb(199,153,143); }

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