#C69F92

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

Shades of Quicksand #C69F92

Tints of Quicksand #C69F92

Color information

#C69F92 (or 0xC69F92) is unknown color: approx Quicksand. HEX triplet: C6, 9F and 92. RGB value is (198,159,146). Sum of RGB (Red+Green+Blue) = 198+159+146=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F92 is #39606D. Grayscale: #A9A9A9. Windows color (decimal): -3760238 or 9609158. OLE color: 9609158.

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

Color convert

RGB198159146-
CMYK00.200.260.22
HSL15º31.33%67.45%-
HSV(B)15º26.26%77.65%-
XYZ40.8838.8832.54-
YUV169.18114.92148.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=39.36%
G=31.61%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815914600.200.260.221531.3367.45
HexC69F920141A16f1f43
Octal30623722202432261737103
Binary11000110100111111001001001010011010101101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F92; }

 p { color: rgb(198,159,146); }

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

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

 a { background-color: rgb(198,159,146); }

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

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

 span { border-color: rgb(198,159,146); }

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