#CCC65C

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

Shades of Tacha #CCC65C

Tints of Tacha #CCC65C

Color information

#CCC65C (or 0xCCC65C) is unknown color: approx Tacha. HEX triplet: CC, C6 and 5C. RGB value is (204,198,92). Sum of RGB (Red+Green+Blue) = 204+198+92=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65C is #3339A3. Grayscale: #BCBCBC. Windows color (decimal): -3357092 or 6080204. OLE color: 6080204.

HSL color Cylindrical-coordinate representation of color #CCC65C: hue angle of 56.79º 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 #CCC65C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20419892-
CMYK00.030.550.2
HSL56.79º52.34%58.04%-
HSV(B)56.79º54.9%80%-
XYZ47.035418.07-
YUV187.7173.99139.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=41.30%
G=40.08%
B=18.62%

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
Decimal2041989200.030.550.256.7952.3458.04
HexCCC65C03371439343a
Octal314306134036724716472
Binary1100110011000110101110001111011110100111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC65C; }

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

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

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

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

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

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

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

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