#CCC557

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

Shades of Tacha #CCC557

Tints of Tacha #CCC557

Color information

#CCC557 (or 0xCCC557) is unknown color: approx Tacha. HEX triplet: CC, C5 and 57. RGB value is (204,197,87). Sum of RGB (Red+Green+Blue) = 204+197+87=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC557 is #333AA8. Grayscale: #BABABA. Windows color (decimal): -3357353 or 5752268. OLE color: 5752268.

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

Color convert

RGB20419787-
CMYK00.030.570.2
HSL56.41º53.42%57.06%-
HSV(B)56.41º57.35%80%-
XYZ46.5953.4616.88-
YUV186.5571.82140.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 197 (77.34% from 255) = 40.37%
BLUE value IS 87 (34.38% from 255) = 17.83%
R=41.80%
G=40.37%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041978700.030.570.256.4153.4257.06
HexCCC557033914383539
Octal314305127037124706571
Binary1100110011000101101011101111100110100111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC557; }

 p { color: rgb(204,197,87); }

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

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

 a { background-color: rgb(204,197,87); }

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

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

 span { border-color: rgb(204,197,87); }

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