#CFCC97

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

Shades of Tahuna Sands #CFCC97

Tints of Tahuna Sands #CFCC97

Color information

#CFCC97 (or 0xCFCC97) is unknown color: approx Tahuna Sands. HEX triplet: CF, CC and 97. RGB value is (207,204,151). Sum of RGB (Red+Green+Blue) = 207+204+151=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC97 is #303368. Grayscale: #C7C7C7. Windows color (decimal): -3158889 or 9948367. OLE color: 9948367.

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

Color convert

RGB207204151-
CMYK00.010.270.19
HSL56.79º36.84%70.2%-
HSV(B)56.79º27.05%81.18%-
XYZ52.9158.6937.82-
YUV198.86100.99133.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 151 (59.38% from 255) = 26.87%
R=36.83%
G=36.30%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720415100.010.270.1956.7936.8470.2
HexCFCC97011B13392546
Octal3173142270133237145106
Binary1100111111001100100101110111011100111110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC97; }

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

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

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

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

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

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

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

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