#CCC05D

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

Shades of Tacha #CCC05D

Tints of Tacha #CCC05D

Color information

#CCC05D (or 0xCCC05D) is unknown color: approx Tacha. HEX triplet: CC, C0 and 5D. RGB value is (204,192,93). Sum of RGB (Red+Green+Blue) = 204+192+93=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC05D is #333FA2. Grayscale: #B8B8B8. Windows color (decimal): -3358627 or 6144204. OLE color: 6144204.

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

Color convert

RGB20419293-
CMYK00.060.540.2
HSL53.51º52.11%58.24%-
HSV(B)53.51º54.41%80%-
XYZ45.7351.3317.85-
YUV184.376.48142.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=41.72%
G=39.26%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041929300.060.540.253.5152.1158.24
HexCCC05D06361436343a
Octal314300135066624666472
Binary11001100110000001011101011011011010100110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC05D; }

 p { color: rgb(204,192,93); }

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

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

 a { background-color: rgb(204,192,93); }

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

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

 span { border-color: rgb(204,192,93); }

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