#CFC697

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

Shades of Tahuna Sands #CFC697

Tints of Tahuna Sands #CFC697

Color information

#CFC697 (or 0xCFC697) is unknown color: approx Tahuna Sands. HEX triplet: CF, C6 and 97. RGB value is (207,198,151). Sum of RGB (Red+Green+Blue) = 207+198+151=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC697 is #303968. Grayscale: #C3C3C3. Windows color (decimal): -3160425 or 9946831. OLE color: 9946831.

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

Color convert

RGB207198151-
CMYK00.040.270.19
HSL50.36º36.84%70.2%-
HSV(B)50.36º27.05%81.18%-
XYZ51.5155.8937.35-
YUV195.33102.98136.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=37.23%
G=35.61%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719815100.040.270.1950.3636.8470.2
HexCFC697041B13322546
Octal3173062270433236245106
Binary110011111100011010010111010011011100111100101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC697; }

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

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

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

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

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

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

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

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