#CCC55C

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

Shades of Tacha #CCC55C

Tints of Tacha #CCC55C

Color information

#CCC55C (or 0xCCC55C) is unknown color: approx Tacha. HEX triplet: CC, C5 and 5C. RGB value is (204,197,92). Sum of RGB (Red+Green+Blue) = 204+197+92=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC55C is #333AA3. Grayscale: #BBBBBB. Windows color (decimal): -3357348 or 6079948. OLE color: 6079948.

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

Color convert

RGB20419792-
CMYK00.030.550.2
HSL56.25º52.34%58.04%-
HSV(B)56.25º54.9%80%-
XYZ46.853.5417.99-
YUV187.1274.32140.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=41.38%
G=39.96%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041979200.030.550.256.2552.3458.04
HexCCC55C03371438343a
Octal314305134036724706472
Binary1100110011000101101110001111011110100111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC55C; }

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

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

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

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

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

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

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

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