#CFCDA0

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

Shades of Tahuna Sands #CFCDA0

Tints of Tahuna Sands #CFCDA0

Color information

#CFCDA0 (or 0xCFCDA0) is unknown color: approx Tahuna Sands. HEX triplet: CF, CD and A0. RGB value is (207,205,160). Sum of RGB (Red+Green+Blue) = 207+205+160=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCDA0 is #30325F. Grayscale: #C8C8C8. Windows color (decimal): -3158624 or 10538447. OLE color: 10538447.

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

Color convert

RGB207205160-
CMYK00.010.230.19
HSL57.45º32.87%71.96%-
HSV(B)57.45º22.71%81.18%-
XYZ53.9159.4741.89-
YUV200.47105.16132.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=36.19%
G=35.84%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720516000.010.230.1957.4532.8771.96
HexCFCDA0011713392148
Octal3173152400127237141110
Binary1100111111001101101000000110111100111110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDA0; }

 p { color: rgb(207,205,160); }

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

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

 a { background-color: rgb(207,205,160); }

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

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

 span { border-color: rgb(207,205,160); }

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