#CCC45F

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

Shades of Tacha #CCC45F

Tints of Tacha #CCC45F

Color information

#CCC45F (or 0xCCC45F) is unknown color: approx Tacha. HEX triplet: CC, C4 and 5F. RGB value is (204,196,95). Sum of RGB (Red+Green+Blue) = 204+196+95=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC45F is #333BA0. Grayscale: #BBBBBB. Windows color (decimal): -3357601 or 6276300. OLE color: 6276300.

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

Color convert

RGB20419695-
CMYK00.040.530.2
HSL55.6º51.66%58.63%-
HSV(B)55.6º53.43%80%-
XYZ46.7153.1418.62-
YUV186.8876.15140.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 95 (37.5% from 255) = 19.19%
R=41.21%
G=39.60%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041969500.040.530.255.651.6658.63
HexCCC45F04351438343b
Octal314304137046524706473
Binary11001100110001001011111010011010110100111000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC45F; }

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

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

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

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

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

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

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

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