#CFCA97

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

Shades of Tahuna Sands #CFCA97

Tints of Tahuna Sands #CFCA97

Color information

#CFCA97 (or 0xCFCA97) is unknown color: approx Tahuna Sands. HEX triplet: CF, CA and 97. RGB value is (207,202,151). Sum of RGB (Red+Green+Blue) = 207+202+151=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA97 is #303568. Grayscale: #C5C5C5. Windows color (decimal): -3159401 or 9947855. OLE color: 9947855.

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

Color convert

RGB207202151-
CMYK00.020.270.19
HSL54.64º36.84%70.2%-
HSV(B)54.64º27.05%81.18%-
XYZ52.4457.7437.66-
YUV197.68101.66134.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=36.96%
G=36.07%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720215100.020.270.1954.6436.8470.2
HexCFCA97021B13372546
Octal3173122270233236745106
Binary11001111110010101001011101011011100111101111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA97; }

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

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

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

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

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

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

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

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