#CFC99A

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

Shades of Tahuna Sands #CFC99A

Tints of Tahuna Sands #CFC99A

Color information

#CFC99A (or 0xCFC99A) is unknown color: approx Tahuna Sands. HEX triplet: CF, C9 and 9A. RGB value is (207,201,154). Sum of RGB (Red+Green+Blue) = 207+201+154=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99A is #303665. Grayscale: #C5C5C5. Windows color (decimal): -3159654 or 10144207. OLE color: 10144207.

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

Color convert

RGB207201154-
CMYK00.030.260.19
HSL53.21º35.57%70.78%-
HSV(B)53.21º25.6%81.18%-
XYZ52.4557.3738.88-
YUV197.44103.49134.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=36.83%
G=35.77%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720115400.030.260.1953.2135.5770.78
HexCFC99A031A13352447
Octal3173112320332236544107
Binary11001111110010011001101001111010100111101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC99A; }

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

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

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

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

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

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

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

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