#CCC69F

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

Shades of Tahuna Sands #CCC69F

Tints of Tahuna Sands #CCC69F

Color information

#CCC69F (or 0xCCC69F) is unknown color: approx Tahuna Sands. HEX triplet: CC, C6 and 9F. RGB value is (204,198,159). Sum of RGB (Red+Green+Blue) = 204+198+159=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC69F is #333960. Grayscale: #C3C3C3. Windows color (decimal): -3357025 or 10471116. OLE color: 10471116.

HSL color Cylindrical-coordinate representation of color #CCC69F: hue angle of 52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC69F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204198159-
CMYK00.030.220.2
HSL52º30.61%71.18%-
HSV(B)52º22.06%80%-
XYZ51.3555.7340.85-
YUV195.35107.49134.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=36.36%
G=35.29%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419815900.030.220.25230.6171.18
HexCCC69F031614341f47
Octal3143062370326246437107
Binary1100110011000110100111110111011010100110100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC69F; }

 p { color: rgb(204,198,159); }

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

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

 a { background-color: rgb(204,198,159); }

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

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

 span { border-color: rgb(204,198,159); }

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