#CCC49D

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

Shades of Tahuna Sands #CCC49D

Tints of Tahuna Sands #CCC49D

Color information

#CCC49D (or 0xCCC49D) is unknown color: approx Tahuna Sands. HEX triplet: CC, C4 and 9D. RGB value is (204,196,157). Sum of RGB (Red+Green+Blue) = 204+196+157=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49D is #333B62. Grayscale: #C2C2C2. Windows color (decimal): -3357539 or 10339532. OLE color: 10339532.

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

Color convert

RGB204196157-
CMYK00.040.230.2
HSL49.79º31.54%70.78%-
HSV(B)49.79º23.04%80%-
XYZ50.7354.7539.79-
YUV193.95107.15135.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=36.62%
G=35.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419615700.040.230.249.7931.5470.78
HexCCC49D041714322047
Octal3143042350427246240107
Binary110011001100010010011101010010111101001100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC49D; }

 p { color: rgb(204,196,157); }

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

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

 a { background-color: rgb(204,196,157); }

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

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

 span { border-color: rgb(204,196,157); }

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