#CFCA9A

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

Shades of Tahuna Sands #CFCA9A

Tints of Tahuna Sands #CFCA9A

Color information

#CFCA9A (or 0xCFCA9A) is unknown color: approx Tahuna Sands. HEX triplet: CF, CA and 9A. RGB value is (207,202,154). Sum of RGB (Red+Green+Blue) = 207+202+154=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA9A is #303565. Grayscale: #C6C6C6. Windows color (decimal): -3159398 or 10144463. OLE color: 10144463.

HSL color Cylindrical-coordinate representation of color #CFCA9A: hue angle of 54.34º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFCA9A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207202154-
CMYK00.020.260.19
HSL54.34º35.57%70.78%-
HSV(B)54.34º25.6%81.18%-
XYZ52.6957.8438.96-
YUV198.02103.16134.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=36.77%
G=35.88%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720215400.020.260.1954.3435.5770.78
HexCFCA9A021A13362447
Octal3173122320232236644107
Binary11001111110010101001101001011010100111101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA9A; }

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

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

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

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

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

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

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

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