#CFCCA1

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

Shades of Tahuna Sands #CFCCA1

Tints of Tahuna Sands #CFCCA1

Color information

#CFCCA1 (or 0xCFCCA1) is unknown color: approx Tahuna Sands. HEX triplet: CF, CC and A1. RGB value is (207,204,161). Sum of RGB (Red+Green+Blue) = 207+204+161=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCA1 is #30335E. Grayscale: #C8C8C8. Windows color (decimal): -3158879 or 10603727. OLE color: 10603727.

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

Color convert

RGB207204161-
CMYK00.010.220.19
HSL56.09º32.39%72.16%-
HSV(B)56.09º22.22%81.18%-
XYZ53.7659.0242.28-
YUV200105.99133-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 161 (63.28% from 255) = 28.15%
R=36.19%
G=35.66%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720416100.010.220.1956.0932.3972.16
HexCFCCA1011613382048
Octal3173142410126237040110
Binary1100111111001100101000010110110100111110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCA1; }

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

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

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

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

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

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

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

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