#CCC665

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

Shades of Tacha #CCC665

Tints of Tacha #CCC665

Color information

#CCC665 (or 0xCCC665) is unknown color: approx Tacha. HEX triplet: CC, C6 and 65. RGB value is (204,198,101). Sum of RGB (Red+Green+Blue) = 204+198+101=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC665 is #33399A. Grayscale: #BDBDBD. Windows color (decimal): -3357083 or 6670028. OLE color: 6670028.

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

Color convert

RGB204198101-
CMYK00.030.500.2
HSL56.5º50.24%59.8%-
HSV(B)56.5º50.49%80%-
XYZ47.4454.1720.27-
YUV188.7478.49138.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=40.56%
G=39.36%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419810100.030.500.256.550.2459.8
HexCCC66503321439323c
Octal314306145036224716274
Binary1100110011000110110010101111001010100111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC665; }

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

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

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

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

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

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

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

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