#CCC25A

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

Shades of Tacha #CCC25A

Tints of Tacha #CCC25A

Color information

#CCC25A (or 0xCCC25A) is unknown color: approx Tacha. HEX triplet: CC, C2 and 5A. RGB value is (204,194,90). Sum of RGB (Red+Green+Blue) = 204+194+90=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC25A is #333DA5. Grayscale: #B9B9B9. Windows color (decimal): -3358118 or 5948108. OLE color: 5948108.

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

Color convert

RGB20419490-
CMYK00.050.560.2
HSL54.74º52.78%57.65%-
HSV(B)54.74º55.88%80%-
XYZ46.0452.1617.31-
YUV185.1374.31141.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 90 (35.55% from 255) = 18.44%
R=41.80%
G=39.75%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041949000.050.560.254.7452.7857.65
HexCCC25A05381437353a
Octal314302132057024676572
Binary11001100110000101011010010111100010100110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC25A; }

 p { color: rgb(204,194,90); }

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

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

 a { background-color: rgb(204,194,90); }

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

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

 span { border-color: rgb(204,194,90); }

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