#CFCA9F

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

Shades of Tahuna Sands #CFCA9F

Tints of Tahuna Sands #CFCA9F

Color information

#CFCA9F (or 0xCFCA9F) is unknown color: approx Tahuna Sands. HEX triplet: CF, CA and 9F. RGB value is (207,202,159). Sum of RGB (Red+Green+Blue) = 207+202+159=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA9F is #303560. Grayscale: #C6C6C6. Windows color (decimal): -3159393 or 10472143. OLE color: 10472143.

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

Color convert

RGB207202159-
CMYK00.020.230.19
HSL53.75º33.33%71.76%-
HSV(B)53.75º23.19%81.18%-
XYZ53.1158.0141.2-
YUV198.59105.66134-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=36.44%
G=35.56%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720215900.020.230.1953.7533.3371.76
HexCFCA9F021713362148
Octal3173122370227236641110
Binary11001111110010101001111101010111100111101101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA9F; }

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

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

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

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

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

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

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

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