#CFCCA5

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

Shades of Tahuna Sands #CFCCA5

Tints of Tahuna Sands #CFCCA5

Color information

#CFCCA5 (or 0xCFCCA5) is unknown color: approx Tahuna Sands. HEX triplet: CF, CC and A5. RGB value is (207,204,165). Sum of RGB (Red+Green+Blue) = 207+204+165=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCA5 is #30335A. Grayscale: #C8C8C8. Windows color (decimal): -3158875 or 10865871. OLE color: 10865871.

HSL color Cylindrical-coordinate representation of color #CFCCA5: hue angle of 55.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCCA5 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207204165-
CMYK00.010.200.19
HSL55.71º30.43%72.94%-
HSV(B)55.71º20.29%81.18%-
XYZ54.1259.1744.17-
YUV200.45107.99132.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=35.94%
G=35.42%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720416500.010.200.1955.7130.4372.94
HexCFCCA5011413381e49
Octal3173142450124237036111
Binary110011111100110010100101011010010011111000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCA5; }

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

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

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

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

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

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

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

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