#CFC6A0

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

Shades of Tahuna Sands #CFC6A0

Tints of Tahuna Sands #CFC6A0

Color information

#CFC6A0 (or 0xCFC6A0) is unknown color: approx Tahuna Sands. HEX triplet: CF, C6 and A0. RGB value is (207,198,160). Sum of RGB (Red+Green+Blue) = 207+198+160=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6A0 is #30395F. Grayscale: #C4C4C4. Windows color (decimal): -3160416 or 10536655. OLE color: 10536655.

HSL color Cylindrical-coordinate representation of color #CFC6A0: hue angle of 48.51º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC6A0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207198160-
CMYK00.040.230.19
HSL48.51º32.87%71.96%-
HSV(B)48.51º22.71%81.18%-
XYZ52.2756.1941.35-
YUV196.36107.48135.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=36.64%
G=35.04%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719816000.040.230.1948.5132.8771.96
HexCFC6A0041713312148
Octal3173062400427236141110
Binary110011111100011010100000010010111100111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6A0; }

 p { color: rgb(207,198,160); }

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

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

 a { background-color: rgb(207,198,160); }

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

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

 span { border-color: rgb(207,198,160); }

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