#CFC297

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

Shades of Tahuna Sands #CFC297

Tints of Tahuna Sands #CFC297

Color information

#CFC297 (or 0xCFC297) is unknown color: approx Tahuna Sands. HEX triplet: CF, C2 and 97. RGB value is (207,194,151). Sum of RGB (Red+Green+Blue) = 207+194+151=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC297 is #303D68. Grayscale: #C1C1C1. Windows color (decimal): -3161449 or 9945807. OLE color: 9945807.

HSL color Cylindrical-coordinate representation of color #CFC297: hue angle of 46.07º 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 #CFC297 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207194151-
CMYK00.060.270.19
HSL46.07º36.84%70.2%-
HSV(B)46.07º27.05%81.18%-
XYZ50.6154.0837.05-
YUV192.98104.31138-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=37.5%
G=35.14%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719415100.060.270.1946.0736.8470.2
HexCFC297061B132e2546
Octal3173022270633235645106
Binary110011111100001010010111011011011100111011101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC297; }

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

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

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

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

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

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

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

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