#CCC661

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

Shades of Tacha #CCC661

Tints of Tacha #CCC661

Color information

#CCC661 (or 0xCCC661) is unknown color: approx Tacha. HEX triplet: CC, C6 and 61. RGB value is (204,198,97). Sum of RGB (Red+Green+Blue) = 204+198+97=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC661 is #33399E. Grayscale: #BCBCBC. Windows color (decimal): -3357087 or 6407884. OLE color: 6407884.

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

Color convert

RGB20419897-
CMYK00.030.520.2
HSL56.64º51.2%59.02%-
HSV(B)56.64º52.45%80%-
XYZ47.2554.0919.26-
YUV188.2876.49139.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=40.88%
G=39.68%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041989700.030.520.256.6451.259.02
HexCCC66103341439333b
Octal314306141036424716373
Binary1100110011000110110000101111010010100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC661; }

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

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

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

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

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

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

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

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