#CFCEA0

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

Shades of Tahuna Sands #CFCEA0

Tints of Tahuna Sands #CFCEA0

Color information

#CFCEA0 (or 0xCFCEA0) is unknown color: approx Tahuna Sands. HEX triplet: CF, CE and A0. RGB value is (207,206,160). Sum of RGB (Red+Green+Blue) = 207+206+160=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA0 is #30315F. Grayscale: #C9C9C9. Windows color (decimal): -3158368 or 10538703. OLE color: 10538703.

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

Color convert

RGB207206160-
CMYK00.000.230.19
HSL58.72º32.87%71.96%-
HSV(B)58.72º22.71%81.18%-
XYZ54.1559.9541.97-
YUV201.06104.83132.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=36.13%
G=35.95%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720616000.000.230.1958.7232.8771.96
HexCFCEA00017133b2148
Octal3173162400027237341110
Binary1100111111001110101000000010111100111110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEA0; }

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

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

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

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

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

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

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

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